2024-05-15 06:50:51 +00:00
|
|
|
# When neither AOSP nor factory targets
|
|
|
|
ifeq (,$(filter aosp_% factory_%, $(TARGET_PRODUCT)))
|
|
|
|
PRODUCT_PACKAGES += BetterBugStub
|
|
|
|
PRODUCT_PACKAGES_DEBUG += BetterBug
|
|
|
|
endif
|
2024-03-05 23:12:07 +00:00
|
|
|
|
|
|
|
PRODUCT_PUBLIC_SEPOLICY_DIRS += device/google/gs-common/betterbug/sepolicy/product/public
|
|
|
|
PRODUCT_PRIVATE_SEPOLICY_DIRS += device/google/gs-common/betterbug/sepolicy/product/private
|