Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit c63ee5cc authored by Michael Bestas's avatar Michael Bestas Committed by Michael Bestas
Browse files

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

* It is already copied to product partition through AOSP makefiles

Change-Id: I9d877728decc712ce6ae5cc285b1b6a7a4903daf
parent d0b4f989
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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
+0 −3
Original line number Diff line number Diff line
@@ -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