Switch android-info to TARGET_BOARD_INFO_FILE.

Bug: 77611511
Change-Id: Ibbebcb4f791c79ad30988597eb5358eadc0ec961
This commit is contained in:
Xin Li
2019-06-14 09:36:40 -07:00
parent fc727c0c76
commit fd2f447eb6

View File

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