Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ffe4fcbf authored by Todd Kennedy's avatar Todd Kennedy
Browse files

Don't pre-opt shims

There's no code, so, no need to pre-opt the shims
Bug: 28398205

Change-Id: Ie7d33a59fafe963a6d60fa645d580fe1d770aba6
parent 3e596249
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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