summaryrefslogtreecommitdiff
path: root/AndroidProducts.mk
diff options
context:
space:
mode:
authorNicholas Sauer <nicksauer@google.com>2017-08-06 20:10:32 -0700
committerNicholas Sauer <nicksauer@google.com>2017-08-08 14:40:58 -0700
commitac142f75cdc84c8fa0a4e225e3e38abd12374f71 (patch)
tree3c640f73b044f7ef71feebb6d06ad6f813c2d080 /AndroidProducts.mk
parent3a810ad3c74306f13b092fcff2dd2dd22d8cc166 (diff)
downloadcar-ac142f75cdc84c8fa0a4e225e3e38abd12374f71.tar.gz
Fix the Car emulator.
-Sync up device/generic/car/common/product to build/make/target/product. Many files had been copied years ago and did not contain many more recent changes. -Consolidate car related configs in device/generic/car/common/ product/car.mk. Remove any car related configs from the other nearby mk files so they are more similar to mk files under build/make/target/product. -Sync up device/generic/car/sepolicy to build/target/board/generic/sepolicy. Some auto related sepolicy remains here, but could be refactored out in the future. -Remove unused car_emu* targets. -Consolidate AndroidProducts.mk and vendorsetup.sh -Update manifest.xml using device/generic/goldfish and move it to device/generic/car bug: 64302465 Test: lunch aosp_car_emu_x86-userdebug;make;emulator Change-Id: I6fd4ef83590b3eb05af422dbbc8c39b8132cb971
Diffstat (limited to 'AndroidProducts.mk')
-rw-r--r--AndroidProducts.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/AndroidProducts.mk b/AndroidProducts.mk
new file mode 100644
index 0000000..b926b87
--- /dev/null
+++ b/AndroidProducts.mk
@@ -0,0 +1,21 @@
+#
+# 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.
+#
+
+PRODUCT_MAKEFILES := \
+ $(LOCAL_DIR)/car-arm64/aosp_car_emu_arm64.mk \
+ $(LOCAL_DIR)/car-armv7-a-neon/aosp_car_emu_arm.mk \
+ $(LOCAL_DIR)/car-x86/aosp_car_emu_x86.mk \
+ $(LOCAL_DIR)/car-x86_64/aosp_car_emu_x86_64.mk \