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

Commit 41e5dff3 authored by Jaesoo Lee's avatar Jaesoo Lee
Browse files

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
parent 279e3c2a
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -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