You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
567 B
22 lines
567 B
PRODUCT_COPY_FILES += \
|
|
hardware/google/pixel/common/init.pixel.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.pixel.rc
|
|
|
|
BOARD_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/common
|
|
|
|
# Write flags to the vendor space in /misc partition.
|
|
PRODUCT_PACKAGES += \
|
|
misc_writer
|
|
|
|
# Enable atrace hal and tools for pixel devices
|
|
PRODUCT_PACKAGES += \
|
|
android.hardware.atrace@1.0-service.pixel \
|
|
dmabuf_dump
|
|
|
|
|
|
# fastbootd
|
|
PRODUCT_PACKAGES += \
|
|
fastbootd
|
|
|
|
# Common ramdump file type.
|
|
BOARD_VENDOR_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/ramdump/common
|