Switch android-info to TARGET_BOARD_INFO_FILE.

Bug: 77611511
Change-Id: Ic5421316e1f3c57706feb2c96201ec556e1382f0
This commit is contained in:
Xin Li
2019-06-14 09:35:55 -07:00
parent 974f5d850b
commit 21f1f76812

View File

@@ -13,3 +13,8 @@
# limitations under the License.
BOARD_PREBUILT_VENDORIMAGE := vendor/google_devices/taimen/proprietary/vendor.img
-include vendor/google/tools/android-info.mk
ifdef USE_ANDROID_INFO
TARGET_BOARD_INFO_FILE := vendor/google_devices/taimen/android-info.txt
endif