blob: cd0556d8b8b8961075bfbbc195a6fd6127860a4b (
plain)
1
2
3
4
5
6
7
8
|
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/storage/sepolicy
PRODUCT_PACKAGES += dump_storage.sh
# Pixel storage tool
PRODUCT_PACKAGES_DEBUG += \
sg_write_buffer \
sg_read_buffer
|