summaryrefslogtreecommitdiff
path: root/android-sdk-flags
AgeCommit message (Collapse)Author
2024-11-21android.sdk aconfig flags: add android.sdk.flags-aconfig-java-host Mårten Kongstad
Add a new soong host module for the android.sdk aconfig flags. This module will be used by CTS host tests. Bug: 377689343 Test: treehugger Flag: EXEMPT no need to flag changes to flags themselves Change-Id: I8d1e0c39ab4c9129ed0238ba1ccf08fa29f6efd1
2024-11-21android.sdk aconfig flags: rename soong modules Mårten Kongstad
Rename the android.sdk aconfig soong modules to be consistent with the aconfig modules in frameworks/base/AconfigFlags.bp. Bug: 377689343 Test: atest 'CtsOsTestCases:BuildTest#testSdkMinorInt' Flag: EXEMPT no need to flag changes to flags themselves Change-Id: I7d1d43cc37d7f68e45b337147b86e94e958838d7
2024-11-04Mark android.sdk.major_minor_versioning_scheme as exported Mårten Kongstad
Mark the aconfig flag android.sdk.major_minor_versioning_scheme as exported. The exported attribute is needed for correctness when the flag is read across aconfig container boundaries. All aconfig flags that are used with APIs (which is the case for android.sdk.major_minor_versioning_scheme) should be marked as exported. Bug: 350458259 Test: m all_aconfig_declarations && printflags --filter=fully_qualified_name:android.sdk.major_minor_versioning_scheme --format='{is_exported}' Flag: EXEMPT no need to flag the introduction of new flags Change-Id: I2336c2419e46b2b9f759dbbdd494e2bd23454c8b
2024-11-04Update OWNERS for android-sdk-flags Mårten Kongstad
The aconfig flags in android-sdk-flags are owned by the Android SDK team. Create an OWNERS file to reflect this. Bug: 350458259 Test: treehugger Flag: EXEMPT OWNERS update Change-Id: I72b4f8bdc6e6eb3156eec8a3ea0be6e63b8fee04
2024-09-03Add android.sdk aconfig flags Mårten Kongstad
Add the infrastructure for aconfig flags in the android.sdk package. Also add the flag android.sdk.major_minor_versioning_scheme. Bug: 350458259 Test: m nothing Flag: EXEMPT no need to flag the introduction of new flags Change-Id: I928b44dd802dc3d1351547d516d3c195329219a6