summaryrefslogtreecommitdiff
path: root/AndroidProducts.mk
diff options
context:
space:
mode:
authorYuncheol Heo <ycheo@google.com>2023-04-17 22:56:20 -0700
committerYuncheol Heo <ycheo@google.com>2023-04-17 23:33:29 -0700
commite0ef6dbdd58c1c1942331c27dd67f5bf49dfc7ac (patch)
tree98af3b3696fe418c6f3cfaf9b42789cbc62ef4f5 /AndroidProducts.mk
parentdd7eff05430cee900effa60fe78df2177e499329 (diff)
downloadcar-e0ef6dbdd58c1c1942331c27dd67f5bf49dfc7ac.tar.gz
Revert^2 "Refactor sdk_car_md_x86_64.mk""
Reland the CL with the fix, the original CL breaks the build, because it refers to the board in vendor/auto/embedded_board/ which are not visible in AOSP. Changes them to the boards under device/generic/car This reverts commit 169e413aa66430a8a129da9dccdba227109abb7c. Bug: 278320718 Test: it builds Change-Id: Ifb4e1871e004a36d0e40d1237a4de0b8cc98c7fa
Diffstat (limited to 'AndroidProducts.mk')
-rw-r--r--AndroidProducts.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidProducts.mk b/AndroidProducts.mk
index 7274fea..e84ad9f 100644
--- a/AndroidProducts.mk
+++ b/AndroidProducts.mk
@@ -25,6 +25,7 @@ PRODUCT_MAKEFILES := \
$(LOCAL_DIR)/gsi_car_x86_64.mk \
$(LOCAL_DIR)/sdk_car_arm64.mk \
$(LOCAL_DIR)/sdk_car_arm.mk \
+ $(LOCAL_DIR)/sdk_car_md_arm64.mk \
$(LOCAL_DIR)/sdk_car_md_x86_64.mk \
$(LOCAL_DIR)/sdk_car_portrait_x86_64.mk \
$(LOCAL_DIR)/sdk_car_x86.mk \