forked from openkylin/platform_build
fixed build errors for aosp generic system image
Following files are missing in AOSP and not needed - device/google/marlin/init.recovery.common.rc - vendor/google/products/marlin/bootanimation-1440-256col.zip - vendor/google/certs/devkeys/devkey Bug: 37259658 Test: built systemimage and tested it work with other sailfish images Change-Id: I95e180b6adbe8d08348794fd6b5f41e810999aea
This commit is contained in:
parent
279e3c2ae3
commit
41e5dff370
|
@ -22,13 +22,6 @@
|
|||
PRODUCT_COPY_FILES := \
|
||||
device/generic/goldfish/data/etc/apns-conf.xml:system/etc/apns-conf.xml
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
device/google/marlin/init.recovery.common.rc:root/init.recovery.marlin.rc \
|
||||
|
||||
# For now, let's use marlin bootanimation as the default boot animation
|
||||
PRODUCT_COPY_FILES += \
|
||||
vendor/google/products/marlin/bootanimation-1440-256col.zip:system/media/bootanimation.zip
|
||||
|
||||
#split selinux policy
|
||||
PRODUCT_FULL_TREBLE_OVERRIDE := true
|
||||
|
||||
|
@ -107,9 +100,6 @@ PRODUCT_PACKAGES += \
|
|||
# TODO(jiyong) move ims to vendor partition
|
||||
#PRODUCT_PACKAGES += ims
|
||||
|
||||
# TODO(jiyong) remove this!!!
|
||||
PRODUCT_DEFAULT_DEV_CERTIFICATE := vendor/google/certs/devkeys/devkey
|
||||
|
||||
PRODUCT_SYSTEM_VERITY_PARTITION := /dev/block/bootdevice/by-name/system
|
||||
|
||||
AB_OTA_UPDATER := true
|
||||
|
|
Loading…
Reference in New Issue