Turn off secure adb for factory builds am: 24b424b5db am: ce79e85b35 am: 95996fb2e4
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/15208821 Change-Id: Iab46ed34b1ce7e79feadb5cad992e3de5d106236
This commit is contained in:
commit
c941c1f887
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)
|
||||
|
||||
PRODUCT_PROPERTY_OVERRIDES += service.adb.root=1 \
|
||||
ro.vendor.factory=1
|
||||
ro.vendor.factory=1 \
|
||||
ro.adb.secure=0
|
||||
|
||||
# Factory Libraries of Audio
|
||||
PRODUCT_PACKAGES += audioroute libaudioroutelite
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue