Fix tangorpro_car build file path

bug: 291147977
Test: local build
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:cb039ba50208e943fdc9bd722ef6457073e3db84)
Merged-In: I54c9e4d7523ce2d6f9faf50fdc126163e9547593
Change-Id: I54c9e4d7523ce2d6f9faf50fdc126163e9547593
This commit is contained in:
Gaurav Sarode 2023-07-13 17:12:26 -07:00 committed by Android Build Coastguard Worker
parent e12c7d6dfe
commit 3fe5b37b93

View file

@ -23,7 +23,7 @@ BOARD_BOOTCONFIG += androidboot.load_modules_parallel=true
BOARD_KERNEL_CMDLINE += exynos_drm.load_sequential=1
ifdef PHONE_CAR_BOARD_PRODUCT
include vendor/auto/embedded/products/$(PHONE_CAR_BOARD_PRODUCT)/BoardConfig.mk
include device/google_car/$(PHONE_CAR_BOARD_PRODUCT)/BoardConfig.mk
else
TARGET_SCREEN_DENSITY := 320
endif