Skip to content

Commit

Permalink
santoni: Always preopt extracted APKs
Browse files Browse the repository at this point in the history
Change-Id: I2e4742a796b8142f14eaad5eba81eaf800d64914
  • Loading branch information
mathieuchartier authored and Stargazer19 committed Sep 19, 2020
1 parent cfb2f9b commit 3d6d3a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -512,3 +512,6 @@ PRODUCT_MINIMIZE_JAVA_DEBUG_INFO := true
# Speed profile services and wifi-service to reduce RAM and storage.
PRODUCT_SYSTEM_SERVER_COMPILER_FILTER := speed-profile

# Always preopt extracted APKs to prevent extracting out of the APK
# for gms modules.
PRODUCT_ALWAYS_PREOPT_EXTRACTED_APK := true

0 comments on commit 3d6d3a8

Please sign in to comment.