raviole: Change the BoardConfig layout am: 55f68cb55c
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/19271437 Change-Id: Ice311920aa7d6324e11098bbc8846629b1a95548 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
19306fe332
2 changed files with 20 additions and 18 deletions
|
@ -16,14 +16,15 @@
|
||||||
ifdef PHONE_CAR_BOARD_PRODUCT
|
ifdef PHONE_CAR_BOARD_PRODUCT
|
||||||
include device/google_car/$(PHONE_CAR_BOARD_PRODUCT)/BoardConfig.mk
|
include device/google_car/$(PHONE_CAR_BOARD_PRODUCT)/BoardConfig.mk
|
||||||
else
|
else
|
||||||
TARGET_BOARD_INFO_FILE := device/google/raviole/board-info.txt
|
|
||||||
TARGET_BOOTLOADER_BOARD_NAME := oriole
|
|
||||||
TARGET_SCREEN_DENSITY := 420
|
TARGET_SCREEN_DENSITY := 420
|
||||||
USES_DEVICE_GOOGLE_RAVIOLE := true
|
|
||||||
BOARD_KERNEL_CMDLINE += disable_dma32=on
|
|
||||||
|
|
||||||
include device/google/gs101/BoardConfig-common.mk
|
|
||||||
include device/google/gs101/wifi/BoardConfig-wifi.mk
|
|
||||||
-include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk
|
|
||||||
-include vendor/google_devices/oriole/proprietary/BoardConfigVendor.mk
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
TARGET_BOARD_INFO_FILE := device/google/raviole/board-info.txt
|
||||||
|
TARGET_BOOTLOADER_BOARD_NAME := oriole
|
||||||
|
USES_DEVICE_GOOGLE_RAVIOLE := true
|
||||||
|
BOARD_KERNEL_CMDLINE += disable_dma32=on
|
||||||
|
|
||||||
|
include device/google/gs101/BoardConfig-common.mk
|
||||||
|
include device/google/gs101/wifi/BoardConfig-wifi.mk
|
||||||
|
-include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk
|
||||||
|
-include vendor/google_devices/oriole/proprietary/BoardConfigVendor.mk
|
||||||
|
|
|
@ -17,14 +17,15 @@
|
||||||
ifdef PHONE_CAR_BOARD_PRODUCT
|
ifdef PHONE_CAR_BOARD_PRODUCT
|
||||||
include device/google_car/$(PHONE_CAR_BOARD_PRODUCT)/BoardConfig.mk
|
include device/google_car/$(PHONE_CAR_BOARD_PRODUCT)/BoardConfig.mk
|
||||||
else
|
else
|
||||||
TARGET_BOARD_INFO_FILE := device/google/raviole/board-info.txt
|
|
||||||
TARGET_BOOTLOADER_BOARD_NAME := raven
|
|
||||||
TARGET_SCREEN_DENSITY := 560
|
TARGET_SCREEN_DENSITY := 560
|
||||||
USES_DEVICE_GOOGLE_RAVIOLE := true
|
|
||||||
BOARD_KERNEL_CMDLINE += disable_dma32=on
|
|
||||||
|
|
||||||
include device/google/gs101/BoardConfig-common.mk
|
|
||||||
include device/google/gs101/wifi/BoardConfig-wifi.mk
|
|
||||||
-include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk
|
|
||||||
-include vendor/google_devices/raven/proprietary/BoardConfigVendor.mk
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
TARGET_BOARD_INFO_FILE := device/google/raviole/board-info.txt
|
||||||
|
TARGET_BOOTLOADER_BOARD_NAME := raven
|
||||||
|
USES_DEVICE_GOOGLE_RAVIOLE := true
|
||||||
|
BOARD_KERNEL_CMDLINE += disable_dma32=on
|
||||||
|
|
||||||
|
include device/google/gs101/BoardConfig-common.mk
|
||||||
|
include device/google/gs101/wifi/BoardConfig-wifi.mk
|
||||||
|
-include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk
|
||||||
|
-include vendor/google_devices/raven/proprietary/BoardConfigVendor.mk
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue