summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPraneeth Bajjuri2017-12-08 17:09:17 -0600
committerPraneeth Bajjuri2017-12-08 17:13:48 -0600
commit063d78dc65a96a8f300dcbf23d7519a3904c545c (patch)
treed5e8258eeb4ab74a69463edc2885684294f85ade
parented262d7d502432ae2269dadf61abe4a8547e3959 (diff)
downloaddevice-ti-am57xevm-063d78dc65a96a8f300dcbf23d7519a3904c545c.tar.gz
device-ti-am57xevm-063d78dc65a96a8f300dcbf23d7519a3904c545c.tar.xz
device-ti-am57xevm-063d78dc65a96a8f300dcbf23d7519a3904c545c.zip
am57xevm: Remove car configuration
Remove car configuration Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
-rw-r--r--BoardConfig.mk3
-rw-r--r--full_am57xevm.mk2
-rw-r--r--overlay/frameworks/base/core/res/res/values/config.xml8
3 files changed, 2 insertions, 11 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 267d058..01d0615 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -80,8 +80,7 @@ BOARD_SOFTAP_DEVICE := wl12xx_mac80211
80endif 80endif
81 81
82BOARD_SEPOLICY_DIRS += \ 82BOARD_SEPOLICY_DIRS += \
83 device/ti/jacinto6evm/sepolicy \ 83 device/ti/jacinto6evm/sepolicy
84 packages/services/Car/car_product/sepolicy
85 84
86BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true 85BOARD_PROPERTY_OVERRIDES_SPLIT_ENABLED := true
87 86
diff --git a/full_am57xevm.mk b/full_am57xevm.mk
index 96e851c..b975f58 100644
--- a/full_am57xevm.mk
+++ b/full_am57xevm.mk
@@ -24,7 +24,7 @@
24# Inherit from those products. Most specific first. 24# Inherit from those products. Most specific first.
25 25
26$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk) 26$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk)
27$(call inherit-product, packages/services/Car/car_product/build/car.mk) 27# $(call inherit-product, packages/services/Car/car_product/build/car.mk)
28$(call inherit-product, device/ti/am57xevm/device.mk) 28$(call inherit-product, device/ti/am57xevm/device.mk)
29 29
30PRODUCT_NAME := full_am57xevm 30PRODUCT_NAME := full_am57xevm
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index da0285a..b897df2 100644
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -26,14 +26,6 @@
26 <!-- Arbitrary max 8 users. --> 26 <!-- Arbitrary max 8 users. -->
27 <integer name="config_multiuserMaximumUsers">8</integer> 27 <integer name="config_multiuserMaximumUsers">8</integer>
28 28
29 <!-- Car Mode -->
30 <integer name="config_defaultUiModeType">3</integer>
31 <!-- Can't leave car mode -->
32 <bool name="config_lockUiMode">true</bool>
33
34 <!-- This device is not "voice capable"; it's data-only. -->
35 <bool name="config_voice_capable">false</bool>
36
37 <!-- This device does not allow sms service. --> 29 <!-- This device does not allow sms service. -->
38 <bool name="config_sms_capable">false</bool> 30 <bool name="config_sms_capable">false</bool>
39 31