1. 4411780 Merge "Support extract_apk in soong" into main by Treehugger Robot · 8 months ago
  2. 3b5672c Support extract_apk in soong by Herbert Xue · 9 months ago
  3. 6c4ecd0 Introduce strip_unused_jni_arch property for stripping unused JNI libs by Jim Tang · 9 months ago
  4. f7bbd2f Split DepIsInSameApex into outgoing and incoming by Colin Cross · 9 months ago
  5. eb9c148 Make the certificate property Configurable by Cole Faust · 10 months ago
  6. 4e9f592 Use fewer OutputPaths by Cole Faust · 10 months ago
  7. 64f2d84 Make uses_libs and optional_uses_libs configurable by Cole Faust · 11 months ago
  8. c71b175 Make the "apk" property configurable by Cole Faust · 11 months ago
  9. b79aa8f Use providers for lint by Colin Cross · 11 months ago
  10. 3bd2870 Fix presigned apk check for privileged apps by Rashid Zaman · 1 year, 1 month ago
  11. 68786d8 Use OutputFilesProvider on Import, AARImport and AndroidAppImport by mrziwang · 1 year, 2 months ago
  12. 40182b6 Remove duplicated CollectDependencyAconfigFiles() by Justin Yun · 1 year, 4 months ago
  13. f98da19 Refactor the contruction of the manifest check inputs. by Jiakai Zhang · 1 year, 5 months ago
  14. 3490dfd Generate info about the selected app variant in platform builds by Spandan Das · 1 year, 6 months ago
  15. efa1465 Add a source_module_name to android_app by Spandan Das · 1 year, 6 months ago
  16. 8bf3013 Merge "Support new property "arch_dpi" for android_import" into main by Treehugger Robot · 1 year, 6 months ago
  17. 04354ae Support new property "arch_dpi" for android_import by Herbert Xue · 1 year, 7 months ago
  18. 0727ba7 Disable dexpreopt if optional_uses_libs does not have an impl by Spandan Das · 1 year, 7 months ago
  19. e21a8d4 Fix the args used to dexpreopt system server jars in prebuilt apexes by Spandan Das · 1 year, 7 months ago
  20. 97494b1 Disable prebuilt apps without an apk later by Cole Faust · 1 year, 8 months ago
  21. afe7baf Propagate aconfig providers for more modules. by LaMont Jones · 1 year, 8 months ago
  22. ff694a8 Convert Provider to generic providers API by Colin Cross · 1 year, 9 months ago
  23. 9c5c09f Error out if skip_preprocessed_apk_checks is set when it's not necessary by Cole Faust · 2 years ago
  24. 6158528 Only allow setting presigned without preprocessed on targetSdk < 30 by Cole Faust · 2 years, 2 months ago
  25. 93b89b4 Relax preprocessed apk check for non-privileged apps by Cole Faust · 2 years, 2 months ago
  26. 5780d57 Copy imported APKs to output filename by Colin Cross · 2 years, 2 months ago
  27. 5368d0b Implement OutputFileProducer for android_app_import and android_test_import by Colin Cross · 2 years, 2 months ago
  28. ccb20f4 Enable prebuilt apk checks by Cole Faust · 2 years, 4 months ago
  29. 580636b add privapp_allowlist property to android_app by Andrei Onea · 3 years, 1 month ago
  30. 2f1da16 Expand preprocessed flag to work on android_app_imports by Cole Faust · 2 years, 5 months ago
  31. d580613 Remove special handling of prebuilt_framework-res by Cole Faust · 2 years, 5 months ago
  32. 8c9ae7e Update min_sdk_version from SdkSpec to ApiLevel by Spandan Das · 2 years, 6 months ago
  33. b74d1e1 Revert "Update min_sdk_version from SdkSpec to ApiLevel" by Spandan Das · 2 years, 6 months ago
  34. e773739 Update min_sdk_version from SdkSpec to ApiLevel by Spandan Das · 2 years, 6 months ago
  35. 4ec178c Replace RuleBuilder usages with static rules in app_import.go by Cole Faust · 2 years, 8 months ago
  36. 2f83b31 Don't add unused properties to android_test_import by Jiyong Park · 2 years, 11 months ago
  37. bc2c8a7 Move AllowMissingDependencies handling into processMainCert by Colin Cross · 3 years ago
  38. d079e0b Reformat build/soong for go 1.19 by Colin Cross · 3 years, 1 month ago
  39. 9276c1a Merge "copy JNI from AAR files to android_app APK" am: fb845984df by Sam Delmerico · 3 years, 1 month ago
  40. 8260249 copy JNI from AAR files to android_app APK by Sam Delmerico · 3 years, 3 months ago
  41. d067eae Merge "Fix documentation for android_app_import" am: fc5b47e5d4 am: 6d7f6c7442 am: 10af7350c9 by Vinh Tran · 3 years, 5 months ago
  42. 4ae8d4a Fix documentation for android_app_import by Vinh Tran · 3 years, 5 months ago
  43. 296d499 Merge "Export provenance metadata for prebuilt APKs and APEXes." am: c055d88c16 am: c41308e05e am: d58ecd96a8 by Wei Li · 3 years, 5 months ago
  44. 340ee8e Export provenance metadata for prebuilt APKs and APEXes. by Wei Li · 3 years, 6 months ago
  45. dbd3553 Merge "Remove InstallBypassMake and ToMakePath" am: f1228f570a am: a9f335cf5a am: fd865c6688 am: 8ef2179a6e by Treehugger Robot · 3 years, 9 months ago
  46. c68db4b Remove InstallBypassMake and ToMakePath by Colin Cross · 3 years, 10 months ago
  47. 89ade48 Move java module installation into Soong am: 24cc4be60b am: e2d3d87fcd am: 865a62d8ca am: 29c7bdd685 am: 74282ccf4b by Colin Cross · 3 years, 10 months ago
  48. 24cc4be6 Move java module installation into Soong by Colin Cross · 3 years, 10 months ago
  49. 8eab869 Add ability to set --rotation-min-sdk-version for signapk via Android.bp files. by Rupert Shuttleworth · 3 years, 10 months ago
  50. 0061c0d Fix DONT_UNCOMPRESS_PRIV_APPS_DEXS for `android_app_import`. by Ulya Trafimovich · 4 years ago
  51. 8355c15 Collect lint reports from apps in apexes by Colin Cross · 4 years, 1 month ago
  52. f05ca9c Tag android_app_import's apk as `android:"path"` by Jooyung Han · 4 years, 2 months ago
  53. d1fac64 Adding relative_install_path field to android_app_import by Spandan Das · 4 years, 4 months ago
  54. 9231537 SdkSpec is fully using ApiLevel by Jiyong Park · 4 years, 5 months ago
  55. f1691d2 Move java.sdkSpec to the android package by Jiyong Park · 4 years, 5 months ago
  56. 1c1b6e6 Lineage properties support module references. by Jaewoong Jung · 4 years, 6 months ago
  57. 25ae8de Add additional_certificates to android_app_import. by Jaewoong Jung · 4 years, 6 months ago
  58. fe927a2 Do verify_uses_libraries check for APKs after patching library names. by Ulya Trafimovich · 4 years, 6 months ago
  59. a036da9 Enable android_app_import to supply framework-res. by Bill Peckham · 4 years, 8 months ago
  60. 76b0852 Write module dexpreopt.config for Make. by Ulya Trafimovich · 4 years, 8 months ago
  61. 22890c4 Enforce <uses-library> checks for android_app and android_app_import. by Ulya Trafimovich · 4 years, 8 months ago
  62. f9b4465 Break up app.go. by Jaewoong Jung · 4 years, 9 months ago