summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaurav Sarode <sgaurav@google.com>2020-10-01 16:58:00 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-10-01 16:58:00 +0000
commit1633f5fc800ab03b65c6a05ad494904499247053 (patch)
tree09fc77a923c367fc2e5a1d7a507cc8892ae8260e
parentc7e8bce859a55bf3e9342fb7f62a2d6a1f8e3e9e (diff)
parent93681d7a7719aa7b3cca24a52d58c4d2aede5ba2 (diff)
downloadgoogle_car-1633f5fc800ab03b65c6a05ad494904499247053.tar.gz
Merge "Disable ramdump and adb secure"
-rw-r--r--bonito_car/device-bonito-car.mk3
-rw-r--r--common/post_google_car.mk3
-rw-r--r--sargo_car/device-sargo-car.mk3
-rw-r--r--sunfish_car/device-sunfish-car.mk3
4 files changed, 12 insertions, 0 deletions
diff --git a/bonito_car/device-bonito-car.mk b/bonito_car/device-bonito-car.mk
index 423f3e4..7089144 100644
--- a/bonito_car/device-bonito-car.mk
+++ b/bonito_car/device-bonito-car.mk
@@ -19,3 +19,6 @@ PHONE_CAR_BOARD_CONFIG := device/google_car/bonito_car/BoardConfig.mk
$(call inherit-product, packages/services/Car/car_product/build/car.mk)
$(call inherit-product, device/google/bonito/device-bonito.mk)
+
+PRODUCT_PRODUCT_PROPERTIES+= \
+ ro.adb.secure=0 \ No newline at end of file
diff --git a/common/post_google_car.mk b/common/post_google_car.mk
index ecf356e..977a841 100644
--- a/common/post_google_car.mk
+++ b/common/post_google_car.mk
@@ -44,3 +44,6 @@ PRODUCT_COPY_FILES += \
PRODUCT_PROPERTY_OVERRIDES += \
ro.boot.wificountrycode=00 \
log.tag.CarTrustAgentUnlockEvent=I
+
+# Phone car targets don't support ramdump
+EXCLUDE_BUILD_RAMDUMP_UPLOADER_DEBUG_TOOL := true \ No newline at end of file
diff --git a/sargo_car/device-sargo-car.mk b/sargo_car/device-sargo-car.mk
index 1229624..26a3328 100644
--- a/sargo_car/device-sargo-car.mk
+++ b/sargo_car/device-sargo-car.mk
@@ -19,3 +19,6 @@ PHONE_CAR_BOARD_CONFIG := device/google_car/sargo_car/BoardConfig.mk
$(call inherit-product, packages/services/Car/car_product/build/car.mk)
$(call inherit-product, device/google/bonito/device-sargo.mk)
+
+PRODUCT_PRODUCT_PROPERTIES+= \
+ ro.adb.secure=0 \ No newline at end of file
diff --git a/sunfish_car/device-sunfish-car.mk b/sunfish_car/device-sunfish-car.mk
index d3caa7d..bc13a94 100644
--- a/sunfish_car/device-sunfish-car.mk
+++ b/sunfish_car/device-sunfish-car.mk
@@ -19,3 +19,6 @@ PHONE_CAR_BOARD_CONFIG := device/google_car/sunfish_car/BoardConfig.mk
$(call inherit-product, packages/services/Car/car_product/build/car.mk)
$(call inherit-product, device/google/sunfish/device-sunfish.mk)
+
+PRODUCT_PRODUCT_PROPERTIES+= \
+ ro.adb.secure=0 \ No newline at end of file