blob: 954599a426cfa081f770e68c210e3b162587ed8f (
plain)
1
2
3
4
5
6
7
8
9
10
|
BOARD_VENDOR_SEPOLICY_DIRS += device/google/gs-common/storage/sepolicy
PRODUCT_PACKAGES += dump_storage.sh
# Pixel storage tool
ifneq (,$(filter eng, $(TARGET_BUILD_VARIANT)))
PRODUCT_PACKAGES_DEBUG += \
sg_write_buffer \
sg_read_buffer
endif
|