summaryrefslogtreecommitdiff
path: root/java/app_import.go
AgeCommit message (Expand)Author
2025-03-21Merge "Quote zip2zip arg with a *." into main Treehugger Robot
2025-03-21Quote zip2zip arg with a *. Jeff Hamilton
2025-03-13Make the Extract_apk field configurable Xiaojie Zhu
2025-03-11Expand TestSuiteInfoProvider to all test modules Cole Faust
2025-02-19Change depVisitor to use providers instead of type-asserting to Yu Liu
2025-02-13Convert CheckMinSdkVersion to use providers. Yu Liu
2025-02-13Support DepIsInSameApex using provider. Yu Liu
2025-02-07Add ModuleInfoJSON to android_test_import and prebuilt_etc mrziwang
2025-01-30Add compliance metadata of java modules Wei Li
2025-01-15Add Compress_apk property to android_app_import Nelson Li
2025-01-13Merge "Support extract_apk in soong" into main Treehugger Robot
2025-01-10Support extract_apk in soong Herbert Xue
2024-12-20Introduce strip_unused_jni_arch property for stripping unused JNI libs Jim Tang
2024-12-11Split DepIsInSameApex into outgoing and incoming Colin Cross
2024-11-18Make the certificate property Configurable Cole Faust
2024-11-13Use fewer OutputPaths Cole Faust
2024-10-17Make uses_libs and optional_uses_libs configurable Cole Faust
2024-10-14Make the "apk" property configurable Cole Faust
2024-09-25Use providers for lint Colin Cross
2024-07-25Fix presigned apk check for privileged apps Rashid Zaman
2024-07-09Use OutputFilesProvider on Import, AARImport and AndroidAppImport mrziwang
2024-05-10Remove duplicated CollectDependencyAconfigFiles() Justin Yun
2024-04-15Refactor the contruction of the manifest check inputs. Jiakai Zhang
2024-03-14Generate info about the selected app variant in platform builds Spandan Das
2024-02-29Add a source_module_name to android_app Spandan Das
2024-02-27Merge "Support new property "arch_dpi" for android_import" into main Treehugger Robot
2024-02-26Support new property "arch_dpi" for android_import Herbert Xue
2024-02-16Disable dexpreopt if optional_uses_libs does not have an impl Spandan Das
2024-01-26Fix the args used to dexpreopt system server jars in prebuilt apexes Spandan Das
2024-01-12Disable prebuilt apps without an apk later Cole Faust
2024-01-10Propagate aconfig providers for more modules. LaMont Jones
2023-12-14Convert Provider to generic providers API Colin Cross
2023-09-06Error out if skip_preprocessed_apk_checks is set when it's not necessary Cole Faust
2023-08-29Only allow setting presigned without preprocessed on targetSdk < 30 Cole Faust
2023-07-20Relax preprocessed apk check for non-privileged apps Cole Faust
2023-07-10Copy imported APKs to output filename Colin Cross
2023-07-07Implement OutputFileProducer for android_app_import and android_test_import Colin Cross
2023-05-04Enable prebuilt apk checks Cole Faust
2023-05-03add privapp_allowlist property to android_app Andrei Onea
2023-04-25Expand preprocessed flag to work on android_app_imports Cole Faust
2023-04-13Remove special handling of prebuilt_framework-res Cole Faust
2023-03-22Update min_sdk_version from SdkSpec to ApiLevel Spandan Das
2023-03-21Revert "Update min_sdk_version from SdkSpec to ApiLevel" Spandan Das
2023-03-20Update min_sdk_version from SdkSpec to ApiLevel Spandan Das
2023-01-13Replace RuleBuilder usages with static rules in app_import.go Cole Faust
2022-10-20Don't add unused properties to android_test_import Jiyong Park
2022-09-14Move AllowMissingDependencies handling into processMainCert Colin Cross
2022-08-17Reformat build/soong for go 1.19 Colin Cross
2022-08-03Merge "copy JNI from AAR files to android_app APK" am: fb845984df Sam Delmerico
2022-08-02copy JNI from AAR files to android_app APK Sam Delmerico