summaryrefslogtreecommitdiffstats
path: root/aosp_car_x86.mk
diff options
context:
space:
mode:
authorNicholas Sauer <nicksauer@google.com>2017-09-27 06:31:56 -0700
committerNicholas Sauer <nicksauer@google.com>2017-09-28 16:42:57 +0000
commit8f4379a227ebbf6b597029f17d82cbc4c9be36d4 (patch)
tree79e80a9beae50cdfd14b693049a77c50f70f4aad /aosp_car_x86.mk
parent987338b05455562336331c7357ec01aa2c2abcab (diff)
downloaddevice_generic_car-8f4379a227ebbf6b597029f17d82cbc4c9be36d4.tar.gz
device_generic_car-8f4379a227ebbf6b597029f17d82cbc4c9be36d4.tar.bz2
device_generic_car-8f4379a227ebbf6b597029f17d82cbc4c9be36d4.zip
Fix build fingerprint length of aosp_car emulator targets.oreo-mr1-dev
bug: 66989354 Test: lunch aosp_car_x86 && m -j Change-Id: I9049dc984908602a2e7bc8e54cac3d0632f34a41
Diffstat (limited to 'aosp_car_x86.mk')
-rw-r--r--aosp_car_x86.mk22
1 files changed, 22 insertions, 0 deletions
diff --git a/aosp_car_x86.mk b/aosp_car_x86.mk
new file mode 100644
index 0000000..69f2844
--- /dev/null
+++ b/aosp_car_x86.mk
@@ -0,0 +1,22 @@
+#
+# Copyright (C) 2017 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/generic/car/common/car.mk)
+$(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_x86.mk)
+
+PRODUCT_NAME := aosp_car_x86
+PRODUCT_DEVICE := generic_x86
+PRODUCT_BRAND := Android
+PRODUCT_MODEL := Car on x86 emulator