- dbd8eb1 Remove unused uses_sdks property for apexes by Liz Kammer · 2 years, 9 months ago
- d4a0063 Remove apex10000_private variants by Jiyong Park · 2 years, 9 months ago
- 758968a Allow java_sdk_library in an APEX to have higher min_sdk_version. by satayev · 3 years, 1 month ago
- ad99149 Add MinSdkVersion(ctx) method to ModuleWithMinSdkVersionCheck interface. by satayev · 3 years, 1 month ago
- b3fd411 Add ModuleWithMinSdkVersionCheck type. by satayev · 3 years, 1 month ago
- 4a8f410 Set min_sdk_version (system/core) by Jooyung Han · 3 years, 2 months ago
- 4f71e12 Set min_sdk_version (packages/modules/adb) by Jooyung Han · 3 years, 2 months ago
- 56a39ad Merge changes from topic "stub_from_rust" by Jiyong Park · 3 years, 7 months ago
- d18d8ca Dump extra JSON data for C++ modules and ApexInfo. by Lukacs T. Berki · 3 years, 7 months ago
- 9477c26 Add platform_apis property to APEX module type by Jiyong Park · 3 years, 7 months ago
- 664b2cf Merge "Drop "prebuilt_" prefixes from names registered in ApexInfo.InApexXxx." by Martin Stjernholm · 3 years, 8 months ago
- be10503 Drop "prebuilt_" prefixes from names registered in ApexInfo.InApexXxx. by Martin Stjernholm · 3 years, 8 months ago
- 4d4f7d6 Make CopyDirectlyInAnyApex match the documentation by Colin Cross · 3 years, 8 months ago
- 78349b5 Record the actual APEXes that a module is part of. by Jiyong Park · 3 years, 8 months ago
- ab50b07 Rename InApexes -> InApexVariants by Jiyong Park · 3 years, 8 months ago
- b5769c1 Allow module types to force creation of a default APEX variant by Paul Duffin · 3 years, 8 months ago
- fc48433 Remove libqemu_pipe from minSdkVersionAllowlist by Roman Kiryanov · 3 years, 9 months ago
- 4eab21d ApexInfo doesn't pass MinSdkVersion as string, but as ApiLevel by Jiyong Park · 3 years, 9 months ago
- 86bcf70 Fix min_sdk_version err msg in apex. by Jaewoong Jung · 3 years, 10 months ago
- 56e12db Revert "Revert "Add min_sdk_version to java_import."" by Jaewoong Jung · 3 years, 10 months ago
- 4e6c269 Don't use APEX stubs between internal libs in the same APEX when by Martin Stjernholm · 3 years, 10 months ago
- 4c3e8e2 Ensure that DepIsInSameApex is not called for ExcludeFromApexContentsTag by Paul Duffin · 3 years, 10 months ago
- 573989d Prevent ApexInfoMutator from creating unnecessary variants by Paul Duffin · 3 years, 10 months ago
- 533b98c Don't track modules that are only available to APEXes. by Artur Satayev · 3 years, 10 months ago
- 767dbd9 Friendly error message on apex_available and min_sdk_version checks by Jiyong Park · 3 years, 11 months ago
- 4b5c5f9 Merge "Add phony target for depsinfo." by Treehugger Robot · 3 years, 11 months ago
- 29bb2fd Add phony target for depsinfo. by Mathew Inwood · 4 years ago
- cc60da8 clean up hard-coded min_sdk_version (statsd) by Jooyung Han · 4 years ago
- 67363e6 clean up some hard-coded min_sdk_version by Jooyung Han · 4 years ago
- c4e1731 Merge "Fix boot jar handling when both source and prebuilt APEXes and modules are present." by Martin Stjernholm · 4 years ago
- 1dc0d6d Fix boot jar handling when both source and prebuilt APEXes and modules by Martin Stjernholm · 4 years ago
- ed124c3 apex: checks min_sdk_version for preview/current by Jooyung Han · 4 years ago
- 064b70c Export dex implementation jars from prebuilt_apex by Paul Duffin · 4 years, 2 months ago
- 18417cb Skip apex dep check when sanitizer diag is enabled by Cindy Zhou · 4 years, 1 month ago
- f7c3bbe Prebuilt stub not available to platform is handled correctly by Jiyong Park · 4 years, 1 month ago
- 949abc0 Rename apexDepsMutator to apexInfoMutator by Paul Duffin · 4 years, 1 month ago
- e4758ed Documenting android/apex.go by Jiyong Park · 4 years, 2 months ago
- cf371cc Replace android.WriteFile rule with android.WriteFileRule by Colin Cross · 4 years, 2 months ago
- 9a89a2a Move boot jars package check from make by Paul Duffin · 4 years, 3 months ago
- 0de8a1e Start using Providers instead of direct module access by Colin Cross · 4 years, 4 months ago
- 56a8321 Remove global state from apex modules by Colin Cross · 4 years, 4 months ago
- 9f720ce Fix apex_test.go and add it to Android.bp by Colin Cross · 4 years, 4 months ago
- 4e1f2bd Track allowed transitive deps in any updatable module. by Artur Satayev · 4 years, 8 months ago
- 7812fd3 Fix ChooseSdkVersion after api levels by Colin Cross · 4 years, 4 months ago
- c806053 Replace ApiStrToNum uses with ApiLevel. by Dan Albert · 4 years, 6 months ago
- aede88c Reland: Deduplicate APEX variants that would build identically by Colin Cross · 4 years, 5 months ago
- e07f231 Rename ApexName to ApexVariationName by Colin Cross · 4 years, 5 months ago
- 9e9bb7f Only output make targets for uninstallable static libs in the APEX by Martin Stjernholm · 4 years, 5 months ago
- d22a84a Support com.android.gki.* in apex_available. by Yifan Hong · 4 years, 6 months ago
- 698dd9f apexDepsMutator uses WalkDeps by Jooyung Han · 4 years, 6 months ago
- 749dc69 apex/apk: enforce min_sdk_version of all deps by Jooyung Han · 4 years, 9 months ago
- 849f844 Generate combined deps-info for all updatable modules. by Artur Satayev · 4 years, 9 months ago
- 98d63e1 Remove ApexBundleDepsInfo.MinSdkVersion() by Jooyung Han · 4 years, 8 months ago
- 480e25b Introduce min_sdk_version to deps info. by Artur Satayev · 4 years, 9 months ago
- a8bd113 Introduce flat deps info list. by Artur Satayev · 4 years, 9 months ago
- 872a144 Export depsInfo into android package. by Artur Satayev · 4 years, 9 months ago
- 01db260 Merge "mark platform un-availability" by Treehugger Robot · 4 years, 9 months ago
- 62304bb Add test_for property by Jiyong Park · 4 years, 9 months ago
- 89e850a mark platform un-availability by Jiyong Park · 4 years, 9 months ago
- 7c140d8 Add "updatable" property to ApexModule interface. by Ulya Trafimovich · 4 years, 9 months ago
- dddd546 Ignore PrebuiltDepTag when processing APEX contents by Paul Duffin · 4 years, 9 months ago
- 923e8a5 Extract DepIsInSameApex and RequiredSdks interfaces by Paul Duffin · 4 years, 10 months ago
- 7556839 Enforce apex.min_sdk_version for bundled builds by Jooyung Han · 4 years, 10 months ago
- 5417f77 apex: Deprecate legacy_android10_support prop by Jooyung Han · 4 years, 10 months ago
- 7d74e7b Copy white listed apex available settings into snapshot by Paul Duffin · 4 years, 11 months ago
- 03b5185 apex: choose stub according to min_sdk_version by Jooyung Han · 4 years, 11 months ago
- befa4b9 Copy apex_available properties to snapshot modules by Paul Duffin · 4 years, 11 months ago
- dc4f986 Statically link the unwinder into binaries packaged into an unbundled APEX with legacy_android10_support: true. by Peter Collingbourne · 5 years ago
- 680afd7 Merge "apexDepsMutator is a top-down mutator" by Treehugger Robot · 5 years ago
- 9a1e14e Update the doc about apex_available by Jiyong Park · 5 years ago
- f760cae apexDepsMutator is a top-down mutator by Jiyong Park · 5 years ago
- 0f80c18 apex_available tracks static dependencies by Jiyong Park · 5 years ago
- dca59a5 Merge "Clarify a bit more what apex_available means." by Treehugger Robot · 5 years ago
- 06ca82d Clarify a bit more what apex_available means. by Martin Stjernholm · 5 years ago
- eec79eb Default apex_available to //apex_available:platform by Anton Hansson · 5 years ago
- 3ff1699 Create APEX variation only when needed by Jiyong Park · 5 years ago
- 70415ce Merge changes Icbdf4979,I1a6f135d by Jooyung Han · 5 years ago
- 671f1ce Fix apex to follow deps of modules with stubs. by Jooyung Han · 5 years ago
- b02bb40 hostdex:true modules are available for platform by Jiyong Park · 5 years ago
- 505221f ignore apex_available for host variants by Jiyong Park · 5 years ago
- 43b92e0 Make CreateVariations return []android.Module by Colin Cross · 5 years ago
- a7bc8ad Prohibit dependencies outside of uses_sdks by Jiyong Park · 5 years ago
- a90ca00 add [static|shared].apex_available to cc_library by Jiyong Park · 5 years ago
- 4b5438a Make apex_available respect AllowMissingDependencies by Orion Hodson · 5 years ago
- 7916bfc Remove no_apex in favor or apex_available by Jiyong Park · 5 years ago
- 127b40b Add apex_available to control the availablity of a module to APEXes by Jiyong Park · 5 years ago
- 4f7dd9b Add no_apex property by Jiyong Park · 5 years ago
- cefa94bd Fix data race and ordering consistency in apex modules by Colin Cross · 6 years ago
- 571cccf Prepare for a type-safe OnceKey by Colin Cross · 6 years ago
- c22c1bf Return false in DirectlyInAnyApex for host libraries. by Nicolas Geoffray · 6 years ago
- 3aeedc9 Do not add _platform suffix to non-apex variation by Logan Chien · 6 years ago
- 0ddfcd1 Don't create unnecessary APEX variations by Jiyong Park · 6 years ago
- de866cb Stubs dependency is not installed by Jiyong Park · 6 years ago
- 25fc6a9 Stubs variant is used when building for APEX by Jiyong Park · 6 years ago
- 9d45299 Add ApexModule interface for APEX-aware modules by Jiyong Park · 6 years ago