Support automotive builds. am: 3d30571078
Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/16193135 Change-Id: I0d32207af48d96bb77153569908f9423a35dfa7f
This commit is contained in:
commit
1a1d10711c
1 changed files with 12 additions and 7 deletions
|
@ -13,11 +13,16 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
TARGET_BOARD_INFO_FILE := device/google/raviole/board-info.txt
|
||||
TARGET_BOOTLOADER_BOARD_NAME := raven
|
||||
TARGET_SCREEN_DENSITY := 560
|
||||
USES_DEVICE_GOOGLE_RAVIOLE := true
|
||||
|
||||
include device/google/gs101/BoardConfig-common.mk
|
||||
-include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk
|
||||
-include vendor/google_devices/raven/proprietary/BoardConfigVendor.mk
|
||||
ifdef PHONE_CAR_BOARD_CONFIG
|
||||
include $(PHONE_CAR_BOARD_CONFIG)
|
||||
else
|
||||
TARGET_BOARD_INFO_FILE := device/google/raviole/board-info.txt
|
||||
TARGET_BOOTLOADER_BOARD_NAME := raven
|
||||
TARGET_SCREEN_DENSITY := 560
|
||||
USES_DEVICE_GOOGLE_RAVIOLE := true
|
||||
|
||||
include device/google/gs101/BoardConfig-common.mk
|
||||
-include vendor/google_devices/gs101/prebuilts/BoardConfigVendor.mk
|
||||
-include vendor/google_devices/raven/proprietary/BoardConfigVendor.mk
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue