Turn off secure adb for factory builds am: 24b424b5db
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15208821 Change-Id: I1081ea2c75c6eee07e7f5702b262a9bb7f015f21
This commit is contained in:
commit
0dfac9ed93
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ $(call inherit-product, device/google/gs101/aosp_common.mk)
|
||||||
$(call inherit-product-if-exists, vendor/google_devices/gs101/factory/pixel/device-factory.mk)
|
$(call inherit-product-if-exists, vendor/google_devices/gs101/factory/pixel/device-factory.mk)
|
||||||
|
|
||||||
PRODUCT_PROPERTY_OVERRIDES += service.adb.root=1 \
|
PRODUCT_PROPERTY_OVERRIDES += service.adb.root=1 \
|
||||||
ro.vendor.factory=1
|
ro.vendor.factory=1 \
|
||||||
|
ro.adb.secure=0
|
||||||
|
|
||||||
# Factory Libraries of Audio
|
# Factory Libraries of Audio
|
||||||
PRODUCT_PACKAGES += audioroute libaudioroutelite
|
PRODUCT_PACKAGES += audioroute libaudioroutelite
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue