diff options
| author | Colin Cross <ccross@android.com> | 2017-04-12 10:07:53 -0700 |
|---|---|---|
| committer | Colin Cross <ccross@android.com> | 2017-04-12 10:13:55 -0700 |
| commit | c4d02fabde2fc70a6b99e8c5aed8e09afb32577d (patch) | |
| tree | f4160338cb20eb12b8613ab232406891aa74495d /common | |
| parent | 689a2aba34bcebe0dc5c1bbfdaf3e6bcf0b5c491 (diff) | |
Remove SKIP_BOOT_JARS_CHECK
The check is there for a reason, don't skip it.
Bug: 37266786
Test: treehugger
Change-Id: Ie040a74746ac2dd8eadeb20edbf6211ab98e21e2
Diffstat (limited to 'common')
| -rw-r--r-- | common/base.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/base.mk b/common/base.mk index 1c7bcc9b..9ddda68a 100644 --- a/common/base.mk +++ b/common/base.mk @@ -849,6 +849,3 @@ PRODUCT_COPY_FILES += \ # dm-verity definitions PRODUCT_SYSTEM_VERITY_PARTITION=/dev/block/platform/soc/624000.ufshc/by-name/system $(call inherit-product, build/target/product/verity.mk) - -#skip boot jars check -SKIP_BOOT_JARS_CHECK := true |
