diff options
| author | 2023-12-07 12:59:04 -0800 | |
|---|---|---|
| committer | 2023-12-07 21:11:54 +0000 | |
| commit | 18cd67df652744d257fa3271b87e8a258bde5804 (patch) | |
| tree | bf30ebad5310283e250b0256d45222a2c83a9102 | |
| parent | 50ebacbcc8c612997537bea67a181ee29e16b64d (diff) | |
Remove mode: "test" from android.security.flags-aconfig-java-host
Previously the config was correct in internal main but not updated in
aosp. Later the incorrect aosp config was applied to internal main and cause CtsAppSecurityHostTestCases fail. This CL fixes this problem.
Test: CI
Change-Id: Iaca74986ec16d8acb6b15b4d30908642fe0ccc9d
| -rw-r--r-- | AconfigFlags.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/AconfigFlags.bp b/AconfigFlags.bp index fdd050538ecc..489c2714636f 100644 --- a/AconfigFlags.bp +++ b/AconfigFlags.bp @@ -161,7 +161,6 @@ java_aconfig_library { name: "android.security.flags-aconfig-java-host", aconfig_declarations: "android.security.flags-aconfig", host_supported: true, - mode: "test", defaults: ["framework-minus-apex-aconfig-java-defaults"], } |