aboutsummaryrefslogtreecommitdiffstats
path: root/apex
Commit message (Expand)AuthorAgeFilesLines
* Teach soong not to duplicate the HWASAN runtime into each APEX.Peter Collingbourne2019-05-171-0/+11
* Strip libgcc to only keep fallback symbolsYi Kong2019-04-301-0/+7
* Merge "Prebuilt APEXes are recoreded in apexkeys.txt"Treehugger Robot2019-04-292-5/+35
|\
| * Prebuilt APEXes are recoreded in apexkeys.txtJiyong Park2019-04-282-5/+35
* | Support opt-in ABI checksLogan Chien2019-04-261-2/+5
|/
* Set default target SDK version for APEXJiyong Park2019-04-192-0/+14
* Make apex_key HostAndDeviceDefaultdimitry2019-04-121-2/+1
* Stop using build/target -> build/make/target symlinkDan Willemsen2019-04-091-1/+1
* Make prebuilt_apex be usable via :modulename syntaxNikita Ioffe2019-04-061-0/+11
* Add filename property to prebuilt_apexNikita Ioffe2019-04-062-4/+29
* Add installable property for prebuilt_apexNikita Ioffe2019-04-051-1/+10
* Fix package path of android/soong/android pctxColin Cross2019-04-031-1/+1
* Key property is removed from prebuilt_apexJiyong Park2019-04-012-40/+0
* Always bundle the public key for APEXJiyong Park2019-04-013-45/+19
* Arch-specific source for prebuilt_apexJiyong Park2019-03-302-6/+61
* Add prebuilt_apex.Jaewoong Jung2019-03-283-1/+118
* :module syntax support properties in apex_keyJiyong Park2019-03-212-10/+56
* Notice support for APEXJiyong Park2019-03-202-0/+61
* Replace ctx.ExpandSources with android.PathsForModuleSrcColin Cross2019-03-201-3/+3
* Fix the symbol file paths for files in APEXesJiyong Park2019-03-191-3/+9
* respect relative_install_path for binaries in APEXesJiyong Park2019-03-182-7/+4
* product_specific support for apex_keyJiyong Park2019-03-142-4/+48
* Annotate paths and deprecate ExtractSource(s)DepsColin Cross2019-03-071-10/+2
* Add support for including py_binary and *_go_binary in apexsAlex Light2019-02-281-3/+32
* Revert "Add override_module."Jaewoong Jung2019-02-281-1/+1
* Add override_module.Jaewoong Jung2019-02-271-1/+1
* Include symlinks in flattened apexsAlex Light2019-02-251-1/+7
* Don't use stubs for host apexsAlex Light2019-02-211-1/+4
* Merge "Install external deps of an APEX"Treehugger Robot2019-02-201-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-182-29/+83
* Add ":name" support for manifest and androidManifest properties in apexJiyong Park2019-02-142-3/+25
* Remove prefer_sanitize.* propertiesJiyong Park2019-02-131-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-081-0/+38
* Add support for test_apexAlex Light2019-02-072-4/+116
* add apex_defaultsJiyong Park2019-02-072-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-052-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