device_google_raviole/oriole
Cole Faust ec16f8c155 Replace PHONE_CAR_BOARD_CONFIG with more specific PHONE_CAR_BOARD_PRODUCT
The statement
```
include $(PHONE_CAR_BOARD_CONFIG)
```
is difficult to translate to the Starlark configuration file. Fortunately,
all the potential values of this variable have have similar structure, so
```
PHONE_CAR_BOARD_CONFIG := device/google_car/foo/BoardConfig.mk
....
include $(PHONE_CARD_BOARD_CONFIG)
```
can be changed to
```
PHONE_CAR_BOARD_PRODUCT := foo
....
include device/google_car/$(PHONE_CAR_BOARD_PRODUCT)/BoardConfig.mk
```

Bug: 190051051
Test: treehugger
Change-Id: Ic7563540a70670f42d73f6466860fadf7883fb86
2021-11-17 00:24:50 +00:00
..
overlay Remove resource overlays for system bar heights 2021-10-25 04:07:08 +00:00
overlay_packages Update regulation e-label for Oriole 2021-09-02 01:47:23 +00:00
BoardConfig.mk Replace PHONE_CAR_BOARD_CONFIG with more specific PHONE_CAR_BOARD_PRODUCT 2021-11-17 00:24:50 +00:00
display_colordata_dev_cal0.pb display: update O6 display color data 2021-07-12 15:14:59 +00:00
display_golden_cal0.pb display: update golden profiles 2021-07-21 02:02:23 +00:00