raviole: Change the BoardConfig layout am: 55f68cb55c am: 19306fe332

Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/19271437

Change-Id: Ib6be5a5ca34f6cedabc65ed7c9293f599ee82a0a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Gaurav Sarode 2022-07-15 19:35:27 +00:00 committed by Automerger Merge Worker
commit e481a9e240
2 changed files with 20 additions and 18 deletions

View file

@ -19,9 +19,11 @@ ifdef AUTOMOTIVE_PRODUCT_PATH
#RBC# include_top device/google_car #RBC# include_top device/google_car
include device/$(AUTOMOTIVE_PRODUCT_PATH)/BoardConfig.mk include device/$(AUTOMOTIVE_PRODUCT_PATH)/BoardConfig.mk
else else
TARGET_SCREEN_DENSITY := 420
endif
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
TARGET_SCREEN_DENSITY := 420
USES_DEVICE_GOOGLE_RAVIOLE := true USES_DEVICE_GOOGLE_RAVIOLE := true
BOARD_KERNEL_CMDLINE += disable_dma32=on BOARD_KERNEL_CMDLINE += disable_dma32=on
@ -29,4 +31,3 @@ else
include device/google/gs101/wifi/BoardConfig-wifi.mk include device/google/gs101/wifi/BoardConfig-wifi.mk
-include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk -include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk
-include vendor/google_devices/oriole/proprietary/BoardConfigVendor.mk -include vendor/google_devices/oriole/proprietary/BoardConfigVendor.mk
endif

View file

@ -20,9 +20,11 @@ ifdef AUTOMOTIVE_PRODUCT_PATH
#RBC# include_top device/google_car #RBC# include_top device/google_car
include device/$(AUTOMOTIVE_PRODUCT_PATH)/BoardConfig.mk include device/$(AUTOMOTIVE_PRODUCT_PATH)/BoardConfig.mk
else else
TARGET_SCREEN_DENSITY := 560
endif
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
TARGET_SCREEN_DENSITY := 560
USES_DEVICE_GOOGLE_RAVIOLE := true USES_DEVICE_GOOGLE_RAVIOLE := true
BOARD_KERNEL_CMDLINE += disable_dma32=on BOARD_KERNEL_CMDLINE += disable_dma32=on
@ -30,4 +32,3 @@ else
include device/google/gs101/wifi/BoardConfig-wifi.mk include device/google/gs101/wifi/BoardConfig-wifi.mk
-include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk -include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk
-include vendor/google_devices/raven/proprietary/BoardConfigVendor.mk -include vendor/google_devices/raven/proprietary/BoardConfigVendor.mk
endif