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

Commit 432e1ffc authored by George Chan's avatar George Chan Committed by Android (Google) Code Review
Browse files

Merge "Further restrict UsbDisableDebugger app to GSI build that is arm_64 only." into main

parents e4f7dd18 67e85128
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -165,7 +165,7 @@ android_system_image {
        // init-second-stage to load debug policy from system_ext.
        // This option is only meant to be set by compliance GSI targets.
        "system_ext_userdebug_plat_sepolicy.cil",
    ] + select(product_variable("debuggable"), {
    ] + select(soong_config_variable("gsi", "import_usb_debugging_test_app"), {
        true: ["UsbDisableDebugger"],
        default: [],
    }),