Fix the husky_car target path

bug: 361168394
Flag: EXEMPT bugfix
Test: local build and flash
Change-Id: Ia0504cc622ffd5d528056e94436f5b80deea8812
This commit is contained in:
Gaurav Sarode 2024-08-21 09:20:08 -07:00
parent eff59eac89
commit 6c73ef923d

View file

@ -33,9 +33,9 @@ RELEASE_GOOGLE_PRODUCT_BOOTLOADER_DIR := bootloader/$(RELEASE_GOOGLE_BOOTLOADER_
$(call soong_config_set,shusky_bootloader,prebuilt_dir,$(RELEASE_GOOGLE_BOOTLOADER_HUSKY_DIR)) $(call soong_config_set,shusky_bootloader,prebuilt_dir,$(RELEASE_GOOGLE_BOOTLOADER_HUSKY_DIR))
ifdef PHONE_CAR_BOARD_PRODUCT 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 else
TARGET_SCREEN_DENSITY := 480 TARGET_SCREEN_DENSITY := 480
endif endif
BOARD_USES_GENERIC_AUDIO := true BOARD_USES_GENERIC_AUDIO := true