lineage: products: sdk_phone_x86_64 emulator - fix sdk_addon packaging
With the merge of tag 'android-14.0.0_r29', the emulator sdk_phone_x86_64 is inherited from device/generic/goldfish. This means, that the component PRODUCT_SDK_ADDON_COPY_FILES needs to be defined here. Change-Id: I2cee21d27f28521f34e80262c2abda6b7eb3360c
This commit is contained in:
parent
75b2afaadf
commit
5b8dd24b8e
1 changed files with 7 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
$(call inherit-product, device/generic/goldfish/64bitonly/product/sdk_phone64_x86_64.mk)
|
||||
|
||||
include vendor/lineage/build/target/product/lineage_generic_target.mk
|
||||
include device/generic/goldfish/board/kernel/x86_64.mk
|
||||
|
||||
# Always build modules from source
|
||||
PRODUCT_MODULE_BUILD_FROM_SOURCE := true
|
||||
|
@ -32,3 +33,9 @@ PRODUCT_SDK_ADDON_SYS_IMG_SOURCE_PROP := $(LOCAL_PATH)/source.properties
|
|||
# Increase Partition size: 8G+8M
|
||||
BOARD_SUPER_PARTITION_SIZE ?= 8598323200
|
||||
BOARD_EMULATOR_DYNAMIC_PARTITIONS_SIZE ?= 8589934592
|
||||
|
||||
# Packaging sdk_addon target
|
||||
PRODUCT_SDK_ADDON_COPY_FILES += \
|
||||
device/generic/goldfish/data/etc/advancedFeatures.ini:images/x86_64/advancedFeatures.ini \
|
||||
device/generic/goldfish/data/etc/encryptionkey.img:images/x86_64/encryptionkey.img \
|
||||
$(EMULATOR_KERNEL_FILE):images/x86_64/kernel-ranchu
|
||||
|
|
Loading…
Reference in a new issue