device_google_raviole/raven
Cole Faust d48fc0b7db 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
2022-04-14 13:42:20 -07:00
..
overlay Add PWLE notification vibration patterns for P21 devices 2022-01-13 13:52:54 +00:00
overlay_packages Update regulation e-label for Raven 2021-08-23 13:34:59 +08:00
BoardConfig.mk Replace PHONE_CAR_BOARD_CONFIG with more specific PHONE_CAR_BOARD_PRODUCT 2022-04-14 13:42:20 -07:00
display_colordata_dev_cal0.pb display: update device color data 2021-06-30 00:18:55 +00:00
display_golden_cal0.pb display: update golden profiles 2021-07-21 02:02:23 +00:00