Support Oriole for automotive builds am: 59a71ba972

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

Change-Id: I9951ca7f9abea2a840abed3875d8e6c6442d014e
This commit is contained in:
Gaurav Sarode 2021-11-05 22:13:17 +00:00 committed by Automerger Merge Worker
commit 508c41e3c9

View file

@ -13,6 +13,9 @@
# 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_CONFIG
include $(PHONE_CAR_BOARD_CONFIG)
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
TARGET_SCREEN_DENSITY := 420 TARGET_SCREEN_DENSITY := 420
@ -21,3 +24,4 @@ USES_DEVICE_GOOGLE_RAVIOLE := true
include device/google/gs101/BoardConfig-common.mk include device/google/gs101/BoardConfig-common.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