commit | b52f78c8c695123f6277102bdea5f53f01026d66 | [log] [tgz] |
---|---|---|
author | maxwen <max.weninger@gmail.com> | Sat Jul 21 19:49:57 2018 +0200 |
committer | maxwen <max.weninger@gmail.com> | Sat Jul 21 20:36:22 2018 +0200 |
tree | 5dffa5458b898ca4e1652ccc18ae1e7ff8f95c3e | |
parent | fe49eae7b89e363ed272193aa75fa6f8136fe4a9 [diff] [blame] |
omni: use DEVICE_PACKAGE_OVERLAYS for proper layering of overlays Change-Id: I1cbe0704471d8d2ca0675e0ed861251a41a91ec7
diff --git a/utils/emulator/common.mk b/utils/emulator/common.mk index 5949d9d..11c725c 100644 --- a/utils/emulator/common.mk +++ b/utils/emulator/common.mk
@@ -70,6 +70,6 @@ -include vendor/omni/config/version.mk # Add our overlays -PRODUCT_PACKAGE_OVERLAYS += vendor/omni/overlay/common +DEVICE_PACKAGE_OVERLAYS += vendor/omni/overlay/common WITH_DEXPREOPT := false