Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 335967bb authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 4686875 from 6c4ed570 to pi-release

Change-Id: Idec40b92ae5a102bb692bcfe03f11e2c77c42acd
parents 0421b58f 6c4ed570
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -123,6 +123,7 @@ static struct {
    { nullptr,    "boot_other.img",   "boot.sig",     "boot",     true,  true  },
    { "dtbo",     "dtbo.img",         "dtbo.sig",     "dtbo",     true,  false },
    { "dts",      "dt.img",           "dt.sig",       "dts",      true,  false },
    { "odm",      "odm.img",          "odm.sig",      "odm",      true,  false },
    { "product",  "product.img",      "product.sig",  "product",  true,  false },
    { "recovery", "recovery.img",     "recovery.sig", "recovery", true,  false },
    { "system",   "system.img",       "system.sig",   "system",   false, false },
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ static const std::set<std::string> kExportedActionableProperties = {
    "persist.sys.zram_enabled",
    "ro.bootmode",
    "ro.build.type",
    "ro.debuggable",
    "sys.boot_completed",
    "sys.retaildemo.enabled",
    "sys.shutdown.requested",
+1 −6
Original line number Diff line number Diff line
@@ -186,16 +186,11 @@ static const struct fs_path_config android_files[] = {
    { 00755, AID_SYSTEM,    AID_GRAPHICS,  CAP_MASK_LONG(CAP_SYS_NICE),
                                              "system/bin/surfaceflinger" },

    // Support hostapd administering a network interface (Old Path: <= O-MR1 release).
    // Support hostapd administering a network interface.
    { 00755, AID_WIFI,      AID_WIFI,      CAP_MASK_LONG(CAP_NET_ADMIN) |
                                           CAP_MASK_LONG(CAP_NET_RAW),
                                              "vendor/bin/hostapd" },

    // Support hostapd administering a network interface (New Path: >= P release).
    { 00750, AID_WIFI,      AID_WIFI,      CAP_MASK_LONG(CAP_NET_ADMIN) |
                                           CAP_MASK_LONG(CAP_NET_RAW),
                                              "vendor/bin/hw/hostapd" },

    // Support Bluetooth legacy hal accessing /sys/class/rfkill
    // Support RT scheduling in Bluetooth
    { 00700, AID_BLUETOOTH, AID_BLUETOOTH, CAP_MASK_LONG(CAP_NET_ADMIN) |