clearer VNDK deprecation warning
Bug: 122954981 Change-Id: If629256f1c1b13d3d11c50fe77bfbab1f316dd7a Test: N/A
This commit is contained in:
parent
f0c6cf501c
commit
4db1ffa24a
1 changed files with 5 additions and 0 deletions
|
@ -716,8 +716,13 @@ ifeq ($(PRODUCT_FULL_TREBLE),true)
|
|||
endif
|
||||
|
||||
# Starting in Android U, non-VNDK devices not supported
|
||||
# WARNING: DO NOT CHANGE: if you are downstream of AOSP, and you change this, without
|
||||
# letting upstream know it's important to you, we may do cleanup which breaks this
|
||||
# significantly. Please let us know if you are changing this.
|
||||
ifndef BOARD_VNDK_VERSION
|
||||
# READ WARNING - DO NOT CHANGE
|
||||
BOARD_VNDK_VERSION := current
|
||||
# READ WARNING - DO NOT CHANGE
|
||||
endif
|
||||
|
||||
ifdef PRODUCT_PRODUCT_VNDK_VERSION
|
||||
|
|
Loading…
Reference in a new issue