| commit | d44a592a99cbe05c6ad7f1038f53959f7f245190 | [log] [tgz] |
|---|---|---|
| author | Brian Lindahl <[email protected]> | Thu May 18 09:26:22 2023 -0600 |
| committer | Brian Lindahl <[email protected]> | Fri May 26 05:25:53 2023 +0000 |
| tree | a887f96874215e3fda153a6c95c21e8fc36d70d3 | |
| parent | 92d22f607f351fac363d41b9cab087d7af297e2a [diff] |
Allow server flag library usable from Framework libraries Making this library double loadable allows it to be linked to from multiple Framework libraries linked into a single client APK. Without this change, configurable flags can only be used inside Framework services because only this library can only be linked to from one Framework library. Bug: 234833109 Test: manual test with 'adb shell device_config' commands Change-Id: I3fd48db45666d02f642534e9140ec9d6a1ce4f68