From 0fc7b6135b32fe3ab26a5e10f634d59525feb532 Mon Sep 17 00:00:00 2001 From: Alexander Pohl Date: Thu, 14 Jun 2018 18:41:25 +0200 Subject: [PATCH] Point to the real gapps overlay dir --- gapps.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gapps.mk b/gapps.mk index 1403fc1..5a21982 100644 --- a/gapps.mk +++ b/gapps.mk @@ -4,7 +4,7 @@ PRODUCT_COPY_FILES += \ device/phh/treble/empty-permission.xml:system/etc/permissions/com.google.android.camera.experimental2016.xml \ device/phh/treble/empty-permission.xml:system/etc/permissions/com.google.android.camera.experimental2017.xml -DEVICE_PACKAGE_OVERLAYS += device/phh/treble/overlay +DEVICE_PACKAGE_OVERLAYS += device/phh/treble/overlay-gapps GAPPS_VARIANT := nano DONT_DEXPREOPT_PREBUILTS := true WITH_DEXPREOPT_BOOT_IMG_AND_SYSTEM_SERVER_ONLY := true