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

Commit b59858aa authored by Ivan Chiang's avatar Ivan Chiang Committed by Android (Google) Code Review
Browse files

Merge "[PM] Add flag for multiarch app's native library ABI validation" into main

parents 6225c406 5070e560
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -191,3 +191,11 @@ flag {
    bug: "287487923"
    is_fixed_read_only: true
}

flag {
    name: "force_multi_arch_native_libs_match"
    namespace: "package_manager_service"
    description: "Feature flag to force an multiArch app's native libraries to match with the natively supported ABIs of the device"
    bug: "282783453"
    is_fixed_read_only: true
}