Exclude some things from LineageOS builds
Change-Id: I34420b49a2f419b84f3af9aff048249d77e419ae
This commit is contained in:
parent
a5b9a862ed
commit
2801e361ab
4 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
# When neither AOSP nor factory targets
|
||||
ifeq (,$(filter aosp_% factory_%, $(TARGET_PRODUCT)))
|
||||
ifeq (,$(filter aosp_% factory_% lineage_%, $(TARGET_PRODUCT)))
|
||||
PRODUCT_PACKAGES += BetterBugStub
|
||||
PRODUCT_PACKAGES_DEBUG += BetterBug
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue