commit | 07c3faa08116eb921f3f8705f258f52a9a8f1802 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Wed Mar 06 01:10:49 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Mar 06 01:10:49 2024 +0000 |
tree | 4dd7004251eae945e004706b26b42f1dd1945a48 | |
parent | fa31735f7f2834fc8852aff1f326634551e9abe2 [diff] | |
parent | 8320380d55b779130471f6b2fcfa0b62e1d9f2a0 [diff] |
Merge "set exportable to true for aconfig.test.exported.flags" into main
diff --git a/tools/aconfig/aconfig/Android.bp b/tools/aconfig/aconfig/Android.bp index 2c26166..00a6fee 100644 --- a/tools/aconfig/aconfig/Android.bp +++ b/tools/aconfig/aconfig/Android.bp
@@ -47,6 +47,7 @@ aconfig_declarations { name: "aconfig.test.exported.flags", package: "com.android.aconfig.test.exported", + exportable: true, container: "system", srcs: ["tests/test_exported.aconfig"], }