Snap for 8741820 from 408825e832 to udc-release

Change-Id: I23e56fe3264008802b8710b25f5905fc4c9a9a6c
This commit is contained in:
Android Build Coastguard Worker 2022-06-18 05:08:09 +00:00
commit 650023c0cf
2 changed files with 10 additions and 4 deletions

View file

@ -13,8 +13,11 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# #
ifdef PHONE_CAR_BOARD_PRODUCT ifdef AUTOMOTIVE_PRODUCT_PATH
include device/google_car/$(PHONE_CAR_BOARD_PRODUCT)/BoardConfig.mk #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 else
TARGET_BOARD_INFO_FILE := device/google/raviole/board-info.txt TARGET_BOARD_INFO_FILE := device/google/raviole/board-info.txt
TARGET_BOOTLOADER_BOARD_NAME := oriole TARGET_BOOTLOADER_BOARD_NAME := oriole

View file

@ -14,8 +14,11 @@
# limitations under the License. # limitations under the License.
# #
ifdef PHONE_CAR_BOARD_PRODUCT ifdef AUTOMOTIVE_PRODUCT_PATH
include device/google_car/$(PHONE_CAR_BOARD_PRODUCT)/BoardConfig.mk #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 else
TARGET_BOARD_INFO_FILE := device/google/raviole/board-info.txt TARGET_BOARD_INFO_FILE := device/google/raviole/board-info.txt
TARGET_BOOTLOADER_BOARD_NAME := raven TARGET_BOOTLOADER_BOARD_NAME := raven