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

Commit 5070e560 authored by Ivan Chiang's avatar Ivan Chiang
Browse files

[PM] Add flag for multiarch app's native library ABI validation

Bug: 282783453
Test: m
Change-Id: I0861016ce4ee80a628b231b130664237766cf3e6
parent 96d2cf97
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
}