Remove BetterBug (and BetterBugStub) from aosp & factory build targets.
Bug:340172938 Change-Id: I82fc888497b23b9537f06f1727511608cb1e8ec8 Test: Manual
This commit is contained in:
parent
15538c9845
commit
db7b681039
1 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
PRODUCT_PACKAGES += BetterBugStub
|
||||
PRODUCT_PACKAGES_DEBUG += BetterBug
|
||||
# When neither AOSP nor factory targets
|
||||
ifeq (,$(filter aosp_% factory_%, $(TARGET_PRODUCT)))
|
||||
PRODUCT_PACKAGES += BetterBugStub
|
||||
PRODUCT_PACKAGES_DEBUG += BetterBug
|
||||
endif
|
||||
|
||||
PRODUCT_PUBLIC_SEPOLICY_DIRS += device/google/gs-common/betterbug/sepolicy/product/public
|
||||
PRODUCT_PRIVATE_SEPOLICY_DIRS += device/google/gs-common/betterbug/sepolicy/product/private
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue