summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-07-28 23:03:59 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-07-28 23:03:59 +0000
commit3a839e8da755b58ac077317bdba7967b86ac78a2 (patch)
treee3dc0a0d4729470b04224bfe21638568b346bb7a
parent33e099c7e8026a915a579d01b18d9f6ea0a0ee27 (diff)
parentde1dda9735e49086ad26fcc0cd13647be80e2f05 (diff)
downloadgoogle_car-android13-qpr1-s8-release.tar.gz
Change-Id: I5a467ef6710c718824a50a503033f83a968927de
-rw-r--r--AndroidProducts.mk2
-rw-r--r--bluejay_car/BoardConfig.mk22
-rw-r--r--bluejay_car/aosp_bluejay_car.mk26
-rw-r--r--bluejay_car/device-bluejay-car.mk26
4 files changed, 76 insertions, 0 deletions
diff --git a/AndroidProducts.mk b/AndroidProducts.mk
index 972342e..c0701df 100644
--- a/AndroidProducts.mk
+++ b/AndroidProducts.mk
@@ -15,6 +15,7 @@
#
PRODUCT_MAKEFILES := \
+ $(LOCAL_DIR)/bluejay_car/aosp_bluejay_car.mk \
$(LOCAL_DIR)/bramble_car/aosp_bramble_car.mk \
$(LOCAL_DIR)/coral_car/aosp_coral_car.mk \
$(LOCAL_DIR)/flame_car/aosp_flame_car.mk \
@@ -25,6 +26,7 @@ PRODUCT_MAKEFILES := \
COMMON_LUNCH_CHOICES := \
+ aosp_bluejay_car-userdebug \
aosp_bramble_car-userdebug \
aosp_coral_car-userdebug \
aosp_flame_car-userdebug \
diff --git a/bluejay_car/BoardConfig.mk b/bluejay_car/BoardConfig.mk
new file mode 100644
index 0000000..123fca7
--- /dev/null
+++ b/bluejay_car/BoardConfig.mk
@@ -0,0 +1,22 @@
+#
+# Copyright (C) 2022 The Android Open-Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+# Contents of this file were copied from device/google/raviole/raven/BoardConfig.mk,
+# except for:
+#
+# * TARGET_SCREEN_DENSITY is scaled down by 1.75x
+
+TARGET_SCREEN_DENSITY := 240
diff --git a/bluejay_car/aosp_bluejay_car.mk b/bluejay_car/aosp_bluejay_car.mk
new file mode 100644
index 0000000..e41a06e
--- /dev/null
+++ b/bluejay_car/aosp_bluejay_car.mk
@@ -0,0 +1,26 @@
+#
+# Copyright 2022 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+$(call inherit-product, device/google_car/common/pre_google_car.mk)
+$(call inherit-product, device/google_car/bluejay_car/device-bluejay-car.mk)
+$(call inherit-product-if-exists, vendor/google_devices/raviole/proprietary/raven/device-vendor-bluejay.mk)
+$(call inherit-product, device/google_car/common/post_google_car.mk)
+
+PRODUCT_MANUFACTURER := Google
+PRODUCT_BRAND := Android
+PRODUCT_NAME := aosp_bluejay_car
+PRODUCT_DEVICE := bluejay
+PRODUCT_MODEL := AOSP on bluejay
diff --git a/bluejay_car/device-bluejay-car.mk b/bluejay_car/device-bluejay-car.mk
new file mode 100644
index 0000000..aa426b3
--- /dev/null
+++ b/bluejay_car/device-bluejay-car.mk
@@ -0,0 +1,26 @@
+#
+# Copyright 2022 The Android Open Source Project
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+PHONE_CAR_BOARD_PRODUCT := bluejay_car
+
+$(call inherit-product, packages/services/Car/car_product/build/car.mk)
+
+$(call inherit-product,device/google/bluejay/device-bluejay.mk)
+
+include device/google/gs101/uwb/uwb.mk
+
+PRODUCT_PRODUCT_PROPERTIES+= \
+ ro.adb.secure=0