aboutsummaryrefslogtreecommitdiffstats
path: root/apex
Commit message (Expand)AuthorAgeFilesLines
...
* Fix: TARGET_FLATTEN_APEX=true does not install any files to /system/apexJiyong Park2019-02-071-1/+1
* sh_binary can be included in APEXJiyong Park2019-02-062-2/+41
* Don't emit make rules for APEX files for non-installable APEXJiyong Park2019-02-061-75/+85
* :module syntax is supported for APEX even when TARGET_FLATTEN_APEXJiyong Park2019-02-062-25/+21
* APEX respects relative_install_pathJiyong Park2019-02-052-1/+35
* Remove empty DepsMutator methodsColin Cross2019-02-011-3/+1
* Merge changes from topic "libc-bionic"Treehugger Robot2019-01-312-43/+162
|\
| * Give a knob to have apex ignore system-lib special casesAlex Light2019-01-311-15/+22
| * Add limited target-specific configuration to apex.Alex Light2019-01-312-28/+140
* | Expand Jiyong's apex OWNERshipDan Willemsen2019-01-311-0/+1
|/
* Reland "Symbols for libs in APEXes are available"Jiyong Park2019-01-301-53/+88
* Add support for symlink_preferred_arch in apexAlex Light2019-01-292-18/+67
* Merge "Create sanitizer variants of APEX only when SANITIZE_TARGET is set"Treehugger Robot2019-01-291-3/+11
|\
| * Create sanitizer variants of APEX only when SANITIZE_TARGET is setJiyong Park2019-01-291-3/+11
* | stubs lib can export headers libJiyong Park2019-01-291-0/+50
* | Add __ANDROID_APEX__Jiyong Park2019-01-281-10/+55
|/
* Only copy native binaries on native-bridge configsAlex Light2019-01-241-0/+5
* Disable all-assigned check in hiddenapi on master-artDavid Brazdil2019-01-231-1/+1
* Fix: APEX gets .jar.jar suffix when TARGET_FLATTEN_APEX is trueJiyong Park2019-01-201-1/+5
* Enable arch variant properties in prebuilt_etc.Jaewoong Jung2019-01-171-4/+5
* APEXes can be sanitizedJiyong Park2019-01-131-0/+8
* Revert "Symbols for libs in APEXes are available"Michael Butler2019-01-111-52/+39
* Symbols for libs in APEXes are availableJiyong Park2019-01-111-39/+52
* APEXes can be signed with devkeysJiyong Park2019-01-113-14/+75
* apex manifest is always installed as apex_manifest.jsonJiyong Park2019-01-111-1/+9
* Rename non-stubs variant of a lib if it is included in APEXJiyong Park2019-01-102-3/+29
* Add PRODUCT_MANIFEST_PACKAGE_NAME_OVERRIDESJiyong Park2019-01-091-0/+5
* Executables in APEXes have root:shellJiyong Park2019-01-091-1/+1
* Don't use vendor variant when BOARD_VNDK_VERSION is not setJiyong Park2019-01-051-10/+11
* Do not add _platform suffix to non-apex variationLogan Chien2019-01-041-1/+5
* Fix: stubs lib is installed in APEXJiyong Park2019-01-041-1/+1
* Bundle public keys with APEXJiyong Park2019-01-041-5/+20
* Add installable property to apex_keyJiyong Park2019-01-041-1/+11
* Set stem for uninstalled apex modulesColin Cross2019-01-021-2/+2
* Fix: static dependency across an APEX is lostJiyong Park2018-12-211-0/+52
* Add use_vendor to APEX moduleJiyong Park2018-12-202-40/+142
* Fix a nill pointer dereference when TARGET_FLATTEN_APEXJiyong Park2018-12-201-1/+5
* Fix: Flattend APEX is breaking buildJiyong Park2018-12-191-6/+10
* Merge changes Idb2b552b,I190bca35Treehugger Robot2018-12-191-0/+3
|\
| * When a stub is built for APEX, it is generated with --apexJiyong Park2018-12-161-0/+3
* | Merge "Add installable property to apex module type"Treehugger Robot2018-12-151-9/+22
|\ \ | |/ |/|
| * Add installable property to apex module typeJiyong Park2018-12-151-9/+22
* | Remove -include <file> when compiling stubs.Jiyong Park2018-12-151-0/+5
|/
* Don't create unnecessary APEX variationsJiyong Park2018-12-132-19/+74
* Output of an apex module type can be included in testsJiyong Park2018-12-121-0/+4
* Fix: build error when a lib with stubs is included in an APEXJiyong Park2018-12-102-2/+11
* Fix: a module with sub_dir can't be placed in APEXJiyong Park2018-12-072-2/+40
* Make apex.ApexBundleFactory publicAlex Light2018-12-062-3/+3
* Add zip-apexAlex Light2018-12-042-101/+290
* Stubs variant is used when building for APEXJiyong Park2018-12-042-14/+377