diff --git a/Android.bp b/Android.bp index 7d6dbdb..50db607 100644 --- a/Android.bp +++ b/Android.bp @@ -12,6 +12,7 @@ android_app_import { name: "MotoSignatureApp", owner: "motorola", apk: "proprietary/system/app/MotoSignatureApp/MotoSignatureApp.apk", + preprocessed: true, presigned: true, dex_preopt: { enabled: false, @@ -22,6 +23,7 @@ android_app_import { name: "MotCamera3AI", owner: "motorola", apk: "proprietary/product/app/MotCamera3AI/MotCamera3AI.apk", + preprocessed: true, presigned: true, dex_preopt: { enabled: false, @@ -57,6 +59,7 @@ android_app_import { name: "MotCamera4", owner: "motorola", apk: "proprietary/product/priv-app/MotCamera4/MotCamera4.apk", + preprocessed: true, presigned: true, dex_preopt: { enabled: false,