aboutsummaryrefslogtreecommitdiffstats
path: root/apex
Commit message (Expand)AuthorAgeFilesLines
* 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-252-14/+21
* Optionally embed NOTICE files in apks.Jaewoong Jung2019-06-252-23/+5
* Revert "Revert "Strip libgcc to only keep fallback symbols""Yi Kong2019-05-071-0/+7
* Revert "Strip libgcc to only keep fallback symbols"Colin Cross2019-05-061-7/+0
* Strip libgcc to only keep fallback symbolsYi Kong2019-05-031-0/+7
* Merge "Prebuilt APEXes are recoreded in apexkeys.txt" into qt-devTreeHugger Robot2019-04-242-5/+35
|\
| * Prebuilt APEXes are recoreded in apexkeys.txtJiyong Park2019-04-232-5/+35
* | Set default target SDK version for APEXJiyong Park2019-04-232-0/+14
|/
* 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-082-4/+29
* Add installable property for prebuilt_apexNikita Ioffe2019-04-061-1/+10
* 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-222-10/+56
* Notice support for APEXJiyong Park2019-03-212-0/+61
* 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-182-7/+4
* product_specific support for apex_keyJiyong Park2019-03-152-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-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
* 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