1PRODUCT_COPY_FILES += \ 2 hardware/google/pixel/common/init.pixel.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.pixel.rc 3 4BOARD_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/common 5 6# Write flags to the vendor space in /misc partition. 7PRODUCT_PACKAGES += \ 8 misc_writer 9 10# Enable atrace hal and tools for pixel devices 11PRODUCT_PACKAGES += \ 12 android.hardware.atrace@1.0-service.pixel \ 13 dmabuf_dump 14 15 16# fastbootd 17PRODUCT_PACKAGES += \ 18 fastbootd 19 20# Common ramdump file type. 21BOARD_VENDOR_SEPOLICY_DIRS += hardware/google/pixel-sepolicy/ramdump/common 22