From 6cb71af67bfeee32c81bba9530df8f4468fd8bd3 Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Fri, 15 Mar 2019 03:24:45 +0000 Subject: [PATCH 1/3] Revert^2 "Set ro.apex.updatable to true for wahoo" This reverts commit 0000d909aa6e24b873b3fd0a081366b8f7800904. Reason for revert: ag/6729196 will fix the previous problem Bug: 129035564 Test: wahoo is bootable, sdcard works Change-Id: Ifa15cf6d6b0480428c3f9de823829bae6475f2ee --- device.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/device.mk b/device.mk index e0f3f660..5a2b1d17 100755 --- a/device.mk +++ b/device.mk @@ -731,4 +731,7 @@ PRODUCT_PROPERTY_OVERRIDES += \ PRODUCT_PROPERTY_OVERRIDES += \ debug.sf.early_gl_phase_offset_ns=3000000 PRODUCT_PROPERTY_OVERRIDES += \ - debug.sf.early_gl_app_phase_offset_ns=15000000 \ No newline at end of file + debug.sf.early_gl_app_phase_offset_ns=15000000 + +PRODUCT_PROPERTY_OVERRIDES += \ + ro.apex.updatable=true From 1513cfd44adbb1aee39af831b0296949a5197a46 Mon Sep 17 00:00:00 2001 From: Erik Staats Date: Thu, 28 Mar 2019 19:50:02 -0700 Subject: [PATCH 2/3] Add a_sns_test to wahoo debug builds. Bug: 124465434 Test: Verified a_sns_test is installed and runs on Walleye. See details in testing done comment in https://googleplex-android-review.git.corp.google.com/6870258 . Change-Id: I9fe33642242d0fde4321bb88a2b6de5ee5ca03ab --- device.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/device.mk b/device.mk index 5a2b1d17..b2bd87ad 100755 --- a/device.mk +++ b/device.mk @@ -150,6 +150,7 @@ PRODUCT_PACKAGES += \ # The following modules are included in debuggable builds only. PRODUCT_PACKAGES_DEBUG += \ + a_sns_test \ bootctl \ update_engine_client From 3c6750020e4c45132f7b8d1797bd3e7c8f76a8b9 Mon Sep 17 00:00:00 2001 From: Jack Yu Date: Fri, 29 Mar 2019 20:06:19 +0800 Subject: [PATCH 3/3] selinux: Add factoryota property to exported_system_prop Clean up avc denials from persist.factoryota.reboot Bug: 119670542 Test: No avc denials --- sepolicy/vendor/property_contexts | 1 + 1 file changed, 1 insertion(+) diff --git a/sepolicy/vendor/property_contexts b/sepolicy/vendor/property_contexts index 77975587..7092f326 100644 --- a/sepolicy/vendor/property_contexts +++ b/sepolicy/vendor/property_contexts @@ -30,6 +30,7 @@ vendor.wlan.firmware.version u:object_r:vendor_wifi_version:s0 persist.vendor.usb.config u:object_r:vendor_usb_config_prop:s0 vendor.usb.config u:object_r:vendor_usb_config_prop:s0 persist.vendor.charge. u:object_r:vendor_charge_prop:s0 +persist.factoryota.reboot u:object_r:exported_system_prop:s0 # public_vendor_default_prop # They are public_vendor_default_props for vendor-specific extension.