aboutsummaryrefslogtreecommitdiffstats
path: root/apex
Commit message (Expand)AuthorAgeFilesLines
* Don't use stubs for host apexsAlex Light2019-02-211-1/+4
* Merge "Install external deps of an APEX"Treehugger Robot2019-02-211-0/+14
|\
| * Install external deps of an APEXJiyong Park2019-02-201-0/+14
* | Export make vars using MakeVars methodJiyong Park2019-02-201-17/+8
|/
* build apexkeys.txtJiyong Park2019-02-192-29/+83
* Add ":name" support for manifest and androidManifest properties in apexJiyong Park2019-02-142-3/+25
* Remove prefer_sanitize.* propertiesJiyong Park2019-02-141-34/+10
* Ensure that make doesn't flatten zipapex files.Alex Light2019-02-131-3/+3
* APEX certificates can be overriden by PRODUCT_CERTIFICATE_OVERRIDESJiyong Park2019-02-132-18/+45
* Allow each APEX to provide its own AndroidManifestJiyong Park2019-02-131-0/+10
* Always build zipapex's unflattened.Alex Light2019-02-121-1/+1
* Add prefer_sanitize.* properties to apexJiyong Park2019-02-091-0/+38
* Add support for test_apexAlex Light2019-02-072-4/+116
* add apex_defaultsJiyong Park2019-02-082-2/+38
* Don't remove non-installable apex deps from the system installAlex Light2019-02-071-2/+7
* 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