Merge "Deprecate VNDK based on feature flag" into main am: 25b71e0689
am: d53d1c7791
Original change: https://android-review.googlesource.com/c/platform/build/+/2803353 Change-Id: I0b1d8c5e0bec3f6af4748ee9dcce5c427a89cd13 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -813,7 +813,11 @@ $(KATI_obsolete_var $(foreach req,$(requirements),$(req)_OVERRIDE) \
|
||||
requirements :=
|
||||
|
||||
# Set default value of KEEP_VNDK.
|
||||
KEEP_VNDK ?= true
|
||||
ifeq ($(RELEASE_DEPRECATE_VNDK),true)
|
||||
KEEP_VNDK ?= false
|
||||
else
|
||||
KEEP_VNDK ?= true
|
||||
endif
|
||||
|
||||
# BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED can be true only if early-mount of
|
||||
# partitions is supported. But the early-mount must be supported for full
|
||||
|
Reference in New Issue
Block a user