Skip to content

Commit

Permalink
Adapted device config for Android-14
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderwolz committed Dec 17, 2023
1 parent 4bb0730 commit 5940705
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 42 deletions.
7 changes: 0 additions & 7 deletions BoardConfig.vendor.mk

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Currently, there is an issue with vendor partition, so it needs to be adb synced
6. ```adb synch vendor && adb reboot```
7. The device should now be fully functional and welcoming you with the Dashboard window.

Otherwise you can use my script collection [here](https://github.com/alexanderwolz/android-build-tools) for an automated sync and device flash
See also [this article](https://source.android.com/docs/automotive/start/pixelxl) as a reference for Nexus and Pixel devices. Additionally you can use my script collection [here](https://github.com/alexanderwolz/android-build-tools) for an automated sync and device flash.


## 🧑‍💻 Known Issues
Expand Down
18 changes: 0 additions & 18 deletions device-tangorpro-car.mk

This file was deleted.

This file was deleted.

13 changes: 3 additions & 10 deletions whaleshark_tangorpro.mk
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
# Copyright (C) 2023 Alexander Wolz, mail@alexanderwolz.de
# product based on:
# - device/google_car/raven_car/aosp-raven-car.mk
# - device/google/tangorpro/device-tangorpro.mk
# - device/google_car/tangorpro_car/aosp_tangorpro_car

DEVICE_IS_64BIT_ONLY := true

# Analog to google raven car configuration (device rotation)
PRODUCT_PACKAGE_OVERLAYS += device/alexanderwolz/whaleshark/tangorpro/overlay

$(call inherit-product, device/google_car/common/pre_google_car.mk)
$(call inherit-product, device/alexanderwolz/whaleshark/tangorpro/device-tangorpro-car.mk)
$(call inherit-product, device/google_car/common/post_google_car.mk)
# Since Android 14: derive directly from automotive tangorpro definition
$(call inherit-product, device/google_car/tangorpro_car/aosp_tangorpro_car.mk)

# Use common definitions
$(call inherit-product, device/alexanderwolz/whaleshark/common/whaleshark_common.mk)
Expand Down

0 comments on commit 5940705

Please sign in to comment.