commit | 45e02d3c76be18639f296ac484e9583bbe258968 | [log] [tgz] |
---|---|---|
author | Yurii Zubrytskyi <zyy@google.com> | Thu Sep 12 05:53:21 2024 +0000 |
committer | Android Build Cherrypicker Worker <android-build-cherrypicker-worker@google.com> | Thu Sep 12 05:53:21 2024 +0000 |
tree | 5e02e9bd1fe6acbea88cb3647c2d07a8add87f6a | |
parent | 69bb727e5a484abee0ec4f6682a82a2381ee05ad [diff] [blame] |
Expose DeviceProtos' paths to parse in Framework Framework currently hardcodes the paths to flags protos, with this change it will be able to reuse the globally defined ones and also gets access to all APEX flags Bug: 301491148 Test: build + boot Flag: EXEMPT build change (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:1e85e40c3ead83585ac3d7c71a712d35cd420a36) Merged-In: I91dae72c32c47888697914265c90918389aa4c25 Change-Id: I91dae72c32c47888697914265c90918389aa4c25
diff --git a/tools/aconfig/aconfig_device_paths/Android.bp b/tools/aconfig/aconfig_device_paths/Android.bp index 95cecf4..932dfbf 100644 --- a/tools/aconfig/aconfig_device_paths/Android.bp +++ b/tools/aconfig/aconfig_device_paths/Android.bp
@@ -51,4 +51,8 @@ static_libs: [ "libaconfig_java_proto_nano", ], + sdk_version: "core_platform", + apex_available: [ + "//apex_available:platform", + ], }