Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_build_soong
/
95f7b34e8e9c2bc0859932e5075bdeae9e2594d8
/
apex
95f7b34
Use inclusive language in build/soong
by Colin Cross
· 5 years ago
829b713
Use Targets[Android] instead of DeviceArch funcs.
by Jaewoong Jung
· 5 years ago
c4f0ff1
Cherrypick aosp/1318079 and aosp/1324841
by Sasha Smundak
· 5 years ago
d7fdfd6
Merge "dex_import can be added to apex" into rvc-dev
by Anton Hansson
· 5 years ago
4ecb0d6
Merge "Use Stem where output file name is expected in APEX" into rvc-dev
by Anton Hansson
· 5 years ago
2cd081c
dex_import can be added to apex
by Jiyong Park
· 5 years ago
fccad6b
Soong package structure refactoring
by Jaewoong Jung
· 5 years ago
6619d28
Merge "Add support for remote-execution / caching of signapk actions" into rvc-dev
by Kousik Kumar
· 5 years ago
327b057
Merge "Notice file embededd in APEX is deterministic" into rvc-dev
by Jiyong Park
· 5 years ago
15e9d0d
Add support for remote-execution / caching of signapk actions
by Kousik Kumar
· 5 years ago
cbe50c7
Use Stem where output file name is expected in APEX
by Jiyong Park
· 5 years ago
402ace6
Notice file embededd in APEX is deterministic
by Jiyong Park
· 5 years ago
ed50ca8
apex respects stem of java_library modules
by Jiyong Park
· 5 years ago
b7431ab
Merge changes from topic "apex_available_art" into rvc-dev
by Jiyong Park
· 5 years ago
07d2152
Merge changes I4ab7e1a3,Ib525b2f5,I2d4c54fb into rvc-dev
by Artur Satayev
· 5 years ago
2b4b7bb
Generate combined deps-info for all updatable modules.
by Artur Satayev
· 5 years ago
c0eb0b1
Add "updatable" property to ApexModule interface.
by Ulya Trafimovich
· 5 years ago
bf19a97
java_sdk_library: Expose implementation within APEX
by Paul Duffin
· 5 years ago
be6e2b6
Remove apex_available whitelist for the ART APEX
by Jiyong Park
· 5 years ago
8b39919
DO NOT MERGE: Revert "DO NOT MERGE: Remove AppSearch from Android R."
by Jiyong Park
· 5 years ago
e093741
Merge "apex: Make android_library support APEX variants" into rvc-dev
by Jooyung Han
· 5 years ago
11c2093
apex: Make android_library support APEX variants
by Jooyung Han
· 5 years ago
5f6771e
Always set targetSdkLevel to DefaultAppTargetSdk
by Nikita Ioffe
· 5 years ago
53754e3
Merge "Remove apex_available whitelist for the extservices APEX" into rvc-dev
by TreeHugger Robot
· 5 years ago
db4ce6e
Remove apex_available whitelist for the extservices APEX
by Jiyong Park
· 5 years ago
c91aafb
Merge "Replace javaLibrary with java.Dependency,android.Module" into rvc-dev
by Paul Duffin
· 5 years ago
8cf307e
Add apex_set module.
by Jaewoong Jung
· 5 years ago
f299cbe
Replace javaLibrary with java.Dependency,android.Module
by Paul Duffin
· 5 years ago
eedf3f1
Move prebuilts mutators after defaults have been applied
by Paul Duffin
· 5 years ago
c40859a
Merge "Remove networkstack-aidl-interfaces-unstable-java from the whitelist" into rvc-dev
by TreeHugger Robot
· 5 years ago
388d39b
Introduce min_sdk_version to deps info.
by Artur Satayev
· 5 years ago
255a570
Remove networkstack-aidl-interfaces-unstable-java from the whitelist
by Jeongik Cha
· 5 years ago
5e7c32d
Introduce flat deps info list.
by Artur Satayev
· 5 years ago
334b517
Export depsInfo into android package.
by Artur Satayev
· 5 years ago
2eedf62
Ensure APEX's Java deps use stable SDKs.
by Artur Satayev
· 5 years ago
2a5fb91
Merge changes from topic "sdk_version_variant" into rvc-dev
by Colin Cross
· 5 years ago
101a762
Fix dex2oat symlink now that we generate dex2oat32/dex2oat64.
by Nicolas Geoffray
· 5 years ago
23ba7cc
Merge "Add test_for property" into rvc-dev
by Jiyong Park
· 5 years ago
f0d01b7
Add test_for property
by Jiyong Park
· 5 years ago
5088a2c
Set apex_available property
by Jiyong Park
· 5 years ago
73b6c98
Merge "Allow building unsigned APEXs payload for testing." into rvc-dev
by Dario Freni
· 5 years ago
d5c7ad6
Merge "apex: file_contexts for override_apex flattened" into rvc-dev
by Jooyung Han
· 5 years ago
28cb10e
Merge "mark platform un-availability" into rvc-dev
by Jiyong Park
· 5 years ago
6a9ddc3
mark platform un-availability
by Jiyong Park
· 5 years ago
ba505df
Merge "Remove libopus from apex_available whitelist" into rvc-dev
by TreeHugger Robot
· 5 years ago
01fd7cc
Add sdk mutator for native modules
by Colin Cross
· 5 years ago
1c93c29
Require apps built against the SDK to use JNI built against the NDK
by Colin Cross
· 5 years ago
98410fd
Allow building unsigned APEXs payload for testing.
by Dario Freni
· 5 years ago
6bfc043
apex: file_contexts for override_apex flattened
by Jooyung Han
· 5 years ago
ced674e
enforce updatable apexes to set min_sdk_version
by Jooyung Han
· 5 years ago
8c3b035
Remove libopus from apex_available whitelist
by Jooyung Han
· 5 years ago
b6e5e51
Merge "Revert "Apex: add NeverAllowRule for updatable"" into rvc-dev
by Jooyung Han
· 5 years ago
cf75798
Revert "Apex: add NeverAllowRule for updatable"
by Jooyung Han
· 5 years ago
172e6fc
Merge "com.android.media apex uses sonivox without jet" into rvc-dev
by Marco Nelissen
· 5 years ago
65cd0f0
apex: respect filename property for apk-in-apex
by Jooyung Han
· 5 years ago
40b286c
apex: Don't run apex mutators if disabled
by Jooyung Han
· 5 years ago
917f1ca
com.android.media apex uses sonivox without jet
by Marco Nelissen
· 5 years ago
f8b9e51
Remove conscrypt.module.intra.core.api.stubs from apex white list
by Paul Duffin
· 5 years ago
3766cb7
Ignore PrebuiltDepTag when processing APEX contents
by Paul Duffin
· 5 years ago
b20ad0a
Stop requiring apex_available on java_library members of sdks
by Paul Duffin
· 5 years ago
f020796
Add dependency tags to apex available errors
by Paul Duffin
· 5 years ago
03e7d0c
Extract DepIsInSameApex and RequiredSdks interfaces
by Paul Duffin
· 5 years ago
133608f
Allow walkPayloadDeps visitor to control walk flow
by Paul Duffin
· 5 years ago
868ecfd
Improve missing apex_available message
by Paul Duffin
· 5 years ago
de7464c
Split TestApexAvailable into separate tests
by Paul Duffin
· 5 years ago
404db3f
Copy white listed apex available settings into snapshot
by Paul Duffin
· 5 years ago
37a9aa2
Remove special handling of test_ apexes
by Paul Duffin
· 5 years ago
c23d9f6
Remove special handling of com.android.art.debug/release
by Paul Duffin
· 5 years ago
d5e0ea2
Don't run apex_available check for coverage builds
by Jiyong Park
· 5 years ago
d182e55
Remove some apex_available whitelist for the adbd APEX
by Jiyong Park
· 5 years ago
24eec07
Make ndk_prebuilt_* be available to any apex
by Jiyong Park
· 5 years ago
2416c29
Remove some apex_available whitelist
by Jiyong Park
· 5 years ago
89030a3
Merge "Clean com.android.neuralnetworks APEX whitelist" into rvc-dev
by TreeHugger Robot
· 5 years ago
8402638
apex: remove compat symlinks to vndk apex
by Jooyung Han
· 5 years ago
cc21bba
Forbid generating boot image files for jars in updatable modules.
by Ulya Trafimovich
· 6 years ago
e17caa6
Apex: add NeverAllowRule for updatable
by Jooyung Han
· 5 years ago
3978d03
Merge "Build VNDK APEX for VNDK-Lite" into rvc-dev
by Jooyung Han
· 5 years ago
2bce0e8
Clean com.android.neuralnetworks APEX whitelist
by Przemysław Szczepaniak
· 5 years ago
95148f6
Merge "Apex: support codenames for min_sdk_version" into rvc-dev
by Jooyung Han
· 5 years ago
1c610cf
Include partition tag in apexkeys.txt.
by Bill Peckham
· 5 years ago
29e91d2
Apex: support codenames for min_sdk_version
by Jooyung Han
· 5 years ago
42d7718
Merge "Enforce apex.min_sdk_version for bundled builds" into rvc-dev
by Jooyung Han
· 5 years ago
65d8a62
Build VNDK APEX for VNDK-Lite
by Jooyung Han
· 5 years ago
37ca4a1
Add code coverage support to android_app JNI libs.
by Jaewoong Jung
· 5 years ago
7406660
Enforce apex.min_sdk_version for bundled builds
by Jooyung Han
· 5 years ago
c3e9263
Pass min_sdk_version to cc __ANDROID_SDK_VERSION__
by Jooyung Han
· 5 years ago
67a96cd
Enforce min_sdk_version of apex(use_vendor:true)
by Jooyung Han
· 5 years ago
162e844
track static deps when gatherint notices for apex
by Jiyong Park
· 5 years ago
79505fb
Merge "Remove libselinux from the apex_available whitelist" into rvc-dev
by Jiyong Park
· 5 years ago
7e5576a
Remove libselinux from the apex_available whitelist
by Jiyong Park
· 5 years ago
cb6aa12
Allow for overriding container packagename for an Apex.
by Baligh Uddin
· 5 years ago
e989a8c
Merge "Add __ANDROID_SDK_VERSION__=<ver> macro" into rvc-dev
by TreeHugger Robot
· 5 years ago
61c4154
Add __ANDROID_SDK_VERSION__=<ver> macro
by Jooyung Han
· 5 years ago
e1ededc
Merge "Make __ANDROID_APEX_<NAME>__ macro optional" into rvc-dev
by TreeHugger Robot
· 5 years ago
68e511e
Make __ANDROID_APEX_<NAME>__ macro optional
by Jooyung Han
· 5 years ago
23b0adf
apex: Deprecate legacy_android10_support prop
by Jooyung Han
· 5 years ago
8d8906c
apex: fix a test util (ensureExactContents)
by Jooyung Han
· 5 years ago
0c4e016
apex: choose stub according to min_sdk_version
by Jooyung Han
· 5 years ago
9f14b9b
Runtime deps to a stubs lib crosses APEX boundary
by Jiyong Park
· 5 years ago
b8fa86a
Fix apex_available
by Jooyung Han
· 5 years ago
Next »