.KATI_obsolete PRODUCT_FULL_TREBLE.
It has been broken up into subflags, and usage has been cleaned up. Bug: 69865032 Test: can't use PRODUCT_FULL_TREBLE Change-Id: Ia38366a30132f129d09c6f4a985402c202bace62
This commit is contained in:
parent
ae69e5787a
commit
5dcea5de76
|
@ -126,6 +126,8 @@ ifneq ($(ADDITIONAL_BUILD_PROPERTIES),)
|
|||
$(error ADDITIONAL_BUILD_PROPERTIES must not be set before here: $(ADDITIONAL_BUILD_PROPERTIES))
|
||||
endif
|
||||
|
||||
ADDITIONAL_BUILD_PROPERTIES :=
|
||||
|
||||
#
|
||||
# -----------------------------------------------------------------
|
||||
# Add the product-defined properties to the build properties.
|
||||
|
@ -198,6 +200,11 @@ endif
|
|||
|
||||
ADDITIONAL_BUILD_PROPERTIES += ro.treble.enabled=${PRODUCT_FULL_TREBLE}
|
||||
|
||||
$(KATI_obsolete_var PRODUCT_FULL_TREBLE,\
|
||||
Code should be written to work regardless of a device being Treble or \
|
||||
variables like PRODUCT_SEPOLICY_SPLIT should be used until that is \
|
||||
possible.)
|
||||
|
||||
# -----------------------------------------------------------------
|
||||
###
|
||||
### In this section we set up the things that are different
|
||||
|
|
Loading…
Reference in New Issue