OSDN Git Service

Don't pre-opt shims
authorTodd Kennedy <toddke@google.com>
Tue, 3 May 2016 18:11:39 +0000 (11:11 -0700)
committerTodd Kennedy <toddke@google.com>
Tue, 3 May 2016 18:11:39 +0000 (11:11 -0700)
There's no code, so, no need to pre-opt the shims
Bug: 28398205

Change-Id: Ie7d33a59fafe963a6d60fa645d580fe1d770aba6

packages/CtsShim/Android.mk

index b827bdf..cd5b288 100644 (file)
@@ -29,6 +29,7 @@ LOCAL_MODULE_CLASS := APPS
 LOCAL_BUILT_MODULE_STEM := package.apk
 # Make sure the build system doesn't try to resign the APK
 LOCAL_CERTIFICATE := PRESIGNED
+LOCAL_DEX_PREOPT := false
 
 LOCAL_SRC_FILES := CtsShimPriv.apk
 
@@ -46,6 +47,7 @@ LOCAL_MODULE_CLASS := APPS
 LOCAL_BUILT_MODULE_STEM := package.apk
 # Make sure the build system doesn't try to resign the APK
 LOCAL_CERTIFICATE := PRESIGNED
+LOCAL_DEX_PREOPT := false
 
 LOCAL_SRC_FILES := CtsShim.apk