aboutsummaryrefslogtreecommitdiffstats
path: root/apex/apex.go
Commit message (Expand)AuthorAgeFilesLines
* AndroidMkEntries minor refactoring.Jaewoong Jung2019-09-271-5/+7
* Add overrides property to prebuilt_apexJaewoong Jung2019-09-271-8/+14
* Improve android_app_import.dpi_variants handling.Jaewoong Jung2019-09-271-1/+1
* fix: APEX prebuilts are disabled in platform buildJiyong Park2019-07-171-1/+1
* Fix the unbundled mainline module buildJiyong Park2019-07-171-4/+7
* Don't use APEX prebuilts when asan is onJiyong Park2019-07-121-4/+10
* Don't use prebuilt_apex when TARGET_FLATTEN_APEX is set to trueJiyong Park2019-07-071-1/+14
* Embed NOTICE output as an APEX asset.Jaewoong Jung2019-06-251-11/+13
* Optionally embed NOTICE files in apks.Jaewoong Jung2019-06-251-19/+1
* Merge "Prebuilt APEXes are recoreded in apexkeys.txt" into qt-devTreeHugger Robot2019-04-241-1/+5
|\
| * Prebuilt APEXes are recoreded in apexkeys.txtJiyong Park2019-04-231-1/+5
* | Set default target SDK version for APEXJiyong Park2019-04-231-0/+11
|/
* Fix package path of android/soong/android pctxColin Cross2019-04-101-1/+1
* Make prebuilt_apex be usable via :modulename syntaxNikita Ioffe2019-04-081-0/+11
* Add filename property to prebuilt_apexNikita Ioffe2019-04-081-4/+12
* Add installable property for prebuilt_apexNikita Ioffe2019-04-061-1/+10
* Key property is removed from prebuilt_apexJiyong Park2019-04-011-10/+0
* Always bundle the public key for APEXJiyong Park2019-04-011-14/+14
* Arch-specific source for prebuilt_apexJiyong Park2019-03-301-4/+46
* Add prebuilt_apex.Jaewoong Jung2019-03-281-0/+69
* Notice support for APEXJiyong Park2019-03-211-0/+50
* Replace ctx.ExpandSources with android.PathsForModuleSrcColin Cross2019-03-201-3/+3
* Fix the symbol file paths for files in APEXesJiyong Park2019-03-201-3/+9
* respect relative_install_path for binaries in APEXesJiyong Park2019-03-181-3/+1
* Annotate paths and deprecate ExtractSource(s)DepsColin Cross2019-03-071-10/+2
* Add support for including py_binary and *_go_binary in apexsAlex Light2019-03-011-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
* Install external deps of an APEXJiyong Park2019-02-201-0/+14
* build apexkeys.txtJiyong Park2019-02-191-29/+30
* Add ":name" support for manifest and androidManifest properties in apexJiyong Park2019-02-141-3/+11
* 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-131-1/+9
* 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-071-3/+15
* add apex_defaultsJiyong Park2019-02-081-0/+29
* 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-061-2/+12
* 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-061-20/+21
* APEX respects relative_install_pathJiyong Park2019-02-051-0/+3
* 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-311-28/+60
* Reland "Symbols for libs in APEXes are available"Jiyong Park2019-01-301-53/+88