Don't copy privapp-permissions-goldfish.xml for GSI targets

* It is already copied to product partition through AOSP makefiles

Change-Id: I9d877728decc712ce6ae5cc285b1b6a7a4903daf
This commit is contained in:
Michael Bestas
2021-06-11 19:32:26 +03:00
committed by Michael Bestas
parent d0b4f9894a
commit c63ee5cc9c
2 changed files with 0 additions and 6 deletions

View File

@@ -14,8 +14,5 @@
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
PRODUCT_COPY_FILES += \
device/generic/goldfish/data/etc/permissions/privapp-permissions-goldfish.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/privapp-permissions-goldfish.xml \
# Allow building otatools
TARGET_FORCE_OTA_PACKAGE := true

View File

@@ -16,8 +16,5 @@ $(call inherit-product, build/target/product/gsi_release.mk)
$(call inherit-product, device/google/atv/products/atv_base.mk)
$(call inherit-product, vendor/lineage/config/common_full_tv.mk)
PRODUCT_COPY_FILES += \
device/generic/goldfish/data/etc/permissions/privapp-permissions-goldfish.xml:$(TARGET_COPY_OUT_SYSTEM)/etc/permissions/privapp-permissions-goldfish.xml \
# Allow building otatools
TARGET_FORCE_OTA_PACKAGE := true