Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_build_soong
/
eae12cf4007738b1ec50ba177582f8224d7c76d0
/
java
/
app.go
47fa9d3
Always package JNI libs into android_test modules
by Colin Cross
· 6 years ago
6f373f6
Add package_name property to android_app.
by Jaewoong Jung
· 6 years ago
525443a
Add override_android_app module type.
by Jaewoong Jung
· 6 years ago
8a49795
Replace ctx.ExpandSources with android.PathsForModuleSrc
by Colin Cross
· 6 years ago
e560c4a
Support package_splits
by Colin Cross
· 6 years ago
27b922f
Annotate paths and deprecate ExtractSource(s)Deps
by Colin Cross
· 6 years ago
4102e5d
aapt2 flag for target manifest package override
by Jaewoong Jung
· 6 years ago
acb6db3
Revert "Add override_module."
by Jaewoong Jung
· 6 years ago
aa65e17
Add override_module.
by Jaewoong Jung
· 6 years ago
4f41bc2
[SOONG] Not auto-generate test config if test_suite is cts
by yangbill
· 6 years ago
d25060a
Set usesNonSdkApi in manifest when Platform_apis=true
by David Brazdil
· 6 years ago
1b16b0e
Add module type docs to the java package
by Colin Cross
· 6 years ago
fa6e9ec
Revert "Revert "Never strip and store dex files uncompressed when they are preopted on system.""
by Nicolas Geoffray
· 6 years ago
46abdad
Add support for use_embedded_dex in Soong
by Colin Cross
· 6 years ago
e4246ab
Make manifest and APK agree on uncompressed native libs
by Colin Cross
· 6 years ago
c1c3755
Export RRO resource dirs from static android_library dependencies
by Colin Cross
· 6 years ago
5f692ec
Remove empty DepsMutator methods
by Colin Cross
· 6 years ago
9d22a91
Add a prod var to override package names.
by Jaewoong Jung
· 6 years ago
590b1ae
Minor refactoring of generateAndroidBuildActions.
by Jaewoong Jung
· 6 years ago
2ad817c
Enable certificate overrides with product vars.
by Jaewoong Jung
· 6 years ago
de4c02f
Minor code/comment cleanup for app.go.
by Jaewoong Jung
· 6 years ago
5a1af88
Use module name as intermediates name for android_app modules
by Colin Cross
· 6 years ago
c946414
Check system certificate violation for product apks
by Jeongik Cha
· 6 years ago
7f67f48
Add PRODUCT_MANIFEST_PACKAGE_NAME_OVERRIDES
by Jiyong Park
· 6 years ago
2fc72f6
Remove duplicated shouldUncompressDex logic
by Colin Cross
· 6 years ago
43f08db
Dexpreopt soong modules inside soong
by Colin Cross
· 6 years ago
4ff85eb
Revert "Dexpreopt soong modules inside soong"
by Colin Cross
· 6 years ago
29ff887
Dexpreopt soong modules inside soong
by Colin Cross
· 6 years ago
f623721
Create bundle modules suitable for bundletool
by Colin Cross
· 6 years ago
c00cbd9
APEXs are signed with apk signer
by Jiyong Park
· 6 years ago
72be590
Add `aapt_include_all_resources`
by Dan Willemsen
· 6 years ago
762fbfb
Don't strip soong APKs
by Colin Cross
· 6 years ago
5a0dcd5
Store dex files uncompressed and unstripped in privileged APKs
by Colin Cross
· 6 years ago
4b964c0
Fix instrumentation_for to match LOCAL_INSTRUMENTATION_FOR
by Colin Cross
· 6 years ago
252fc6f
Add android_test_helper_app
by Colin Cross
· 6 years ago
bd01e2a
Add support for android_app_certificate modules
by Colin Cross
· 6 years ago
a4f0881
Add support for JNI libraries to android_app modules
by Colin Cross
· 6 years ago
a9d8bee
Make prefer32 a lambda
by Colin Cross
· 6 years ago
3333889
TradeFed: Add "test_config_template" flag in Android.bp
by Jack He
· 6 years ago
5067db9
Allow instrumenting android_test modules.
by Colin Cross
· 6 years ago
b98c0f4
Fix using defaults in android_app and android_test modules
by Colin Cross
· 6 years ago
d96ca35
Support data properties in java_test and android_test
by Colin Cross
· 6 years ago
303e21f
Move autogenerated test config into Soong
by Colin Cross
· 6 years ago
d4122be
Support overrides for android_app
by Jason Monk
· 6 years ago
f5531d2
Add missing properties to android_test
by Dan Willemsen
· 6 years ago
3165695
Use manifest merger in Soong
by Colin Cross
· 7 years ago
9ae1b92
Don't install java libraries by default
by Colin Cross
· 7 years ago
83bb316
Add support for min_sdk_version
by Colin Cross
· 7 years ago
ae5caf5
Add support for android_test modules
by Colin Cross
· 7 years ago
66f7882
Regenerate R.java files from LOCAL_STATIC_ANDROID_LIBRARIES
by Colin Cross
· 7 years ago
89c3158
Use and export proguard flags from static dependencies
by Colin Cross
· 7 years ago
e78dcd3
Remove product-specific flags from android_library modules
by Colin Cross
· 7 years ago
a97c5d3
Add support for android_library modules
by Colin Cross
· 7 years ago
3fb1fae
Use Config/DeviceConfig functions to access ProductVariables
by Dan Willemsen
· 7 years ago
540a78c
Turn GlobFiles into a Glob for files, use it
by Dan Willemsen
· 7 years ago
fabb608
Soong AAR prebuilt support
by Colin Cross
· 7 years ago
9ca6942
Add aapt includes for prebuilt SDK jars
by Colin Cross
· 7 years ago
68a7023
Fix ordering of overlays
by Colin Cross
· 7 years ago
66dbc0b
Add R8 support
by Colin Cross
· 7 years ago
e1731a5
Export app certificates to Make for apkcerts list
by Colin Cross
· 7 years ago
1605606
Add privileged app support in Soong
by Colin Cross
· 7 years ago
42f3a76
Fix apps build
by Colin Cross
· 7 years ago
890ff55
Add enforced RRO support to Soong
by Colin Cross
· 7 years ago
5ab4e6d
Allow building framework.jar and framework-res.apk
by Colin Cross
· 7 years ago
6510f91
Replace ModuleContext.AConfig() with Config()
by Colin Cross
· 7 years ago
aabf679
Make *Context.Config return a Config instead of a interface{}
by Colin Cross
· 7 years ago
3bc7ffa
Replace aapt support with aapt2
by Colin Cross
· 7 years ago
cb93359
Add Jacoco support
by Colin Cross
· 7 years ago
ea568a4
Change bool, and string properties to *bool, and *string for java,
by Nan Zhang
· 7 years ago
face4e4
Import AAPT-related product variables from make
by Colin Cross
· 7 years ago
d11fcda
Convert Visit*Deps from blueprint.Module to android.Module
by Colin Cross
· 7 years ago
59149b6
Use jars containg sources for java generators
by Colin Cross
· 7 years ago
9243010
Add hostdex support
by Colin Cross
· 7 years ago
86a63ff
Rename resource_dirs to java_resource_dirs
by Colin Cross
· 7 years ago
fc3674a
Remove android_prebuilt_sdk modules
by Colin Cross
· 7 years ago
76b5f0c
Rename no_standard_libraries to no_standard_libs
by Colin Cross
· 7 years ago
5c51792
Make binaries executable
by Colin Cross
· 7 years ago
74d73e2
Rename java_prebuilt_library to java_import
by Colin Cross
· 7 years ago
f506d87
Rename names in java package to not have java prefix
by Colin Cross
· 7 years ago
be1da47
Use dependency tags for java modules
by Colin Cross
· 7 years ago
3624285
Refactor factories
by Colin Cross
· 8 years ago
540eff8
Split java device properties into separate struct
by Colin Cross
· 8 years ago
46c9b8b
Remove non-idiomatic inheritance
by Colin Cross
· 8 years ago
7f19f37
Move globbing to Blueprint
by Colin Cross
· 8 years ago
635c3b0
Rename common to android
by Colin Cross
· 9 years ago
782a2d1
Refactor install paths
by Dan Willemsen
· 9 years ago
34cc69e
Use `Path` instead of string for file paths
by Dan Willemsen
· 9 years ago
6362e27
Remove EarlyMutators and DynamicDependencies
by Colin Cross
· 9 years ago
a819f08
Fix glob filename overlap
by Colin Cross
· 9 years ago
7d5136f
Improve property comments for docs
by Colin Cross
· 10 years ago
8f101b4
Allow common.Glob to be called by singletons
by Colin Cross
· 10 years ago
30e076a
Add support for building android apps
by Colin Cross
· 10 years ago