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

Commit 67e85128 authored by George Chan's avatar George Chan
Browse files

Further restrict UsbDisableDebugger app to GSI build that is arm_64 only.

Test: m
Bug: 409057541
Change-Id: I236d31b34a5fa40a3ca72f272c098e18b71d3759
parent 4cfebe84
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: [],
    }),