mirror of
https://github.com/Evolution-X-Devices/device_google_redfin
synced 2026-02-01 05:34:34 +00:00
Allow including car boards from outside google_car
Bug: 224902566 Test: Build redfin_car Change-Id: I0577f0a11fea2773195416e63db1be6e0430ecc9
This commit is contained in:
@@ -14,8 +14,11 @@
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
ifdef PHONE_CAR_BOARD_PRODUCT
|
||||
include device/google_car/$(PHONE_CAR_BOARD_PRODUCT)/BoardConfig.mk
|
||||
ifdef AUTOMOTIVE_PRODUCT_PATH
|
||||
#RBC# include_top device/google/auto_tcu
|
||||
#RBC# include_top device/google/pixel_tcu
|
||||
#RBC# include_top device/google_car
|
||||
include device/$(AUTOMOTIVE_PRODUCT_PATH)/BoardConfig.mk
|
||||
else
|
||||
TARGET_BOOTLOADER_BOARD_NAME := redfin
|
||||
TARGET_SCREEN_DENSITY := 440
|
||||
|
||||
Reference in New Issue
Block a user