summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'auto/device.mk')
-rw-r--r--auto/device.mk29
1 files changed, 29 insertions, 0 deletions
diff --git a/auto/device.mk b/auto/device.mk
new file mode 100644
index 0000000..51b7e04
--- /dev/null
+++ b/auto/device.mk
@@ -0,0 +1,29 @@
1#
2# Copyright (C) 2019 Texas Instruments Incorporated - http://www.ti.com/
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16
17#Automotive
18PRODUCT_PACKAGES += \
19 android.hardware.automotive.vehicle@2.0-service \
20
21PRODUCT_COPY_FILES += \
22 frameworks/native/data/etc/android.hardware.type.automotive.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.type.automotive.xml \
23 frameworks/native/data/etc/android.hardware.screen.landscape.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.screen.landscape.xml \
24
25PRODUCT_PROPERTY_OVERRIDES += \
26 android.car.drawer.unlimited=true \
27 android.car.hvac.demo=true \
28 com.android.car.radio.demo=true \
29 com.android.car.radio.demo.dual=true \