Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_build_soong
/
22e9244b1636d5db5eafa1f30ae16ad8dece43fb
/
apex
f1801bc
Ensure that make doesn't flatten zipapex files.
by Alex Light
· 6 years ago
b2742fd
APEX certificates can be overriden by PRODUCT_CERTIFICATE_OVERRIDES
by Jiyong Park
· 6 years ago
40e26a2
Allow each APEX to provide its own AndroidManifest
by Jiyong Park
· 6 years ago
2a2561f
Always build zipapex's unflattened.
by Alex Light
· 6 years ago
235e67c
Add prefer_sanitize.* properties to apex
by Jiyong Park
· 6 years ago
0851b88
Add support for test_apex
by Alex Light
· 6 years ago
30ca937
add apex_defaults
by Jiyong Park
· 6 years ago
f98087f
Don't remove non-installable apex deps from the system install
by Alex Light
· 6 years ago
41229f5
Fix: TARGET_FLATTEN_APEX=true does not install any files to /system/apex
by Jiyong Park
· 6 years ago
04480cf
sh_binary can be included in APEX
by Jiyong Park
· 6 years ago
9442726
Don't emit make rules for APEX files for non-installable APEX
by Jiyong Park
· 6 years ago
23c52b0
:module syntax is supported for APEX even when TARGET_FLATTEN_APEX
by Jiyong Park
· 6 years ago
b7c24df
APEX respects relative_install_path
by Jiyong Park
· 6 years ago
5f692ec
Remove empty DepsMutator methods
by Colin Cross
· 6 years ago
df819e6
Merge changes from topic "libc-bionic"
by Treehugger Robot
· 6 years ago
5e2e3ef
Expand Jiyong's apex OWNERship
by Dan Willemsen
· 6 years ago
fc0bd7c
Give a knob to have apex ignore system-lib special cases
by Alex Light
· 6 years ago
9670d33
Add limited target-specific configuration to apex.
by Alex Light
· 6 years ago
719b446
Reland "Symbols for libs in APEXes are available"
by Jiyong Park
· 6 years ago
3d67359
Add support for symlink_preferred_arch in apex
by Alex Light
· 6 years ago
62f6fcb
Merge "Create sanitizer variants of APEX only when SANITIZE_TARGET is set"
by Treehugger Robot
· 6 years ago
7e636d0
stubs lib can export headers lib
by Jiyong Park
· 6 years ago
388ef3f
Create sanitizer variants of APEX only when SANITIZE_TARGET is set
by Jiyong Park
· 6 years ago
58e364a
Add __ANDROID_APEX__
by Jiyong Park
· 6 years ago
16df4e8
Only copy native binaries on native-bridge configs
by Alex Light
· 6 years ago
91b4e3e
Disable all-assigned check in hiddenapi on master-art
by David Brazdil
· 6 years ago
087b541
Fix: APEX gets .jar.jar suffix when TARGET_FLATTEN_APEX is true
by Jiyong Park
· 6 years ago
b9a1151
Enable arch variant properties in prebuilt_etc.
by Jaewoong Jung
· 6 years ago
379de2f
APEXes can be sanitized
by Jiyong Park
· 6 years ago
eaebd76
Revert "Symbols for libs in APEXes are available"
by Michael Butler
· 6 years ago
769e50b
Symbols for libs in APEXes are available
by Jiyong Park
· 6 years ago
9335a26
APEXes can be signed with devkeys
by Jiyong Park
· 6 years ago
d699cb9
apex manifest is always installed as apex_manifest.json
by Jiyong Park
· 6 years ago
b078857
Rename non-stubs variant of a lib if it is included in APEX
by Jiyong Park
· 6 years ago
7f67f48
Add PRODUCT_MANIFEST_PACKAGE_NAME_OVERRIDES
by Jiyong Park
· 6 years ago
805cbc3
Executables in APEXes have root:shell
by Jiyong Park
· 6 years ago
7c1dc61
Don't use vendor variant when BOARD_VNDK_VERSION is not set
by Jiyong Park
· 6 years ago
3aeedc9
Do not add _platform suffix to non-apex variation
by Logan Chien
· 6 years ago
67883b3
Fix: stubs lib is installed in APEX
by Jiyong Park
· 6 years ago
835d82b
Bundle public keys with APEX
by Jiyong Park
· 6 years ago
50d9920
Add installable property to apex_key
by Jiyong Park
· 6 years ago
189ff98
Set stem for uninstalled apex modules
by Colin Cross
· 6 years ago
16e91a0
Fix: static dependency across an APEX is lost
by Jiyong Park
· 6 years ago
da6eb59
Add use_vendor to APEX module
by Jiyong Park
· 6 years ago
5a83202
Fix a nill pointer dereference when TARGET_FLATTEN_APEX
by Jiyong Park
· 6 years ago
a889484
Fix: Flattend APEX is breaking build
by Jiyong Park
· 6 years ago
8cc51b5
Merge changes Idb2b552b,I190bca35
by Treehugger Robot
· 6 years ago
ace2be4
Merge "Add installable property to apex module type"
by Treehugger Robot
· 6 years ago
3fd0baf
When a stub is built for APEX, it is generated with --apex
by Jiyong Park
· 6 years ago
6437995
Remove -include <file> when compiling stubs.
by Jiyong Park
· 6 years ago
92c0f9c
Add installable property to apex module type
by Jiyong Park
· 6 years ago
0ddfcd1
Don't create unnecessary APEX variations
by Jiyong Park
· 6 years ago
74e240b
Output of an apex module type can be included in tests
by Jiyong Park
· 6 years ago
28d395a
Fix: build error when a lib with stubs is included in an APEX
by Jiyong Park
· 6 years ago
7c2ee71
Fix: a module with sub_dir can't be placed in APEX
by Jiyong Park
· 6 years ago
ee25072
Make apex.ApexBundleFactory public
by Alex Light
· 6 years ago
5098a61
Add zip-apex
by Alex Light
· 6 years ago
25fc6a9
Stubs variant is used when building for APEX
by Jiyong Park
· 6 years ago
328b077
Revert "Add resources.pb to the apex bundle"
by Shahar Amitai
· 6 years ago
4abb1dc
Rename manifest and image files.
by Dario Freni
· 6 years ago
1ed0fc5
Add resources.pb to the apex bundle
by Jiyong Park
· 6 years ago
bfe64a1
Align entries in APEX at 4K boundary
by Jiyong Park
· 6 years ago
2556015
Remove buildspam from apexer
by Jiyong Park
· 6 years ago
a492590
Convert apex modules to app bundle modules
by Colin Cross
· 6 years ago
0219657
Rename APEX file_contexts as <name>-file_context
by Jiyong Park
· 6 years ago
8fd6192
APEX can be flattened
by Jiyong Park
· 6 years ago
d0a65ba
Move file_contexts file for APEXes to under /system/sepolicy
by Jiyong Park
· 6 years ago
fa0a373
Fail gracefully when apek_key is not found
by Jiyong Park
· 6 years ago
2b11f74
Fix ext4 image's root directory permissions of APEX packages.
by Roland Levillain
· 6 years ago
c00cbd9
APEXs are signed with apk signer
by Jiyong Park
· 6 years ago
54bdfda
Use SDK prebuilt 'aapt2' in 'apexer' in source trees without "frameworks/base".
by Roland Levillain
· 6 years ago
397e55e
binaries and native_shared_libraires are multilib-aware props
by Jiyong Park
· 6 years ago
678529e
arch-specific dependencies are correctly handled in apex
by Jiyong Park
· 6 years ago
ff1458f
APEX can be signed with different keys
by Jiyong Park
· 6 years ago
92905d6
Directories and executables files in an APEX have x bit set
by Jiyong Park
· 6 years ago
ab3ceb3
Make APEX build rules consistent
by Jiyong Park
· 6 years ago
48ca7dc
Add apex variants
by Jiyong Park
· 6 years ago