aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Comment out broken android_app_imports testsRashed Abdel-Tawab2019-12-111-0/+10
* | | | | Fix split apk paths.Jaewoong Jung2019-12-112-1/+5
* | | | | Fix android_test install path.Jaewoong Jung2019-12-114-10/+35
* | | | | AndroidMkEntries minor refactoring.Jaewoong Jung2019-12-115-45/+56
* | | | | Add overrides property to prebuilt_apexJaewoong Jung2019-12-112-29/+35
* | | | | Add sh_test_host.Jaewoong Jung2019-12-112-0/+33
* | | | | Add data property to sh_test.Jaewoong Jung2019-12-112-18/+101
* | | | | New AndroidMk authoring system based on entry map.Jaewoong Jung2019-12-115-193/+279
* | | | | Add default_dev_cert to android_app_importJaewoong Jung2019-12-112-10/+52
* | | | | Add arch variant support to android_app_import.Jaewoong Jung2019-12-114-30/+120
* | | | | Add filename property to android_app_importJaewoong Jung2019-12-113-21/+70
* | | | | Improve android_app_import.dpi_variants handling.Jaewoong Jung2019-12-114-79/+119
* | | | | androidmk conversion logic for android_app_importJaewoong Jung2019-12-114-21/+138
* | | | | Implement DPI variants in android_app_import.Jaewoong Jung2019-12-114-9/+169
* | | | | Uncompress dex file in imported apk when needed.Jaewoong Jung2019-12-111-0/+18
* | | | | uncompressedDex option for android_app_import.Jaewoong Jung2019-12-111-13/+18
* | | | | Add android_app_import.Jaewoong Jung2019-12-116-31/+286
* | | | | Use ctx.Fatalln instead of log.Fatalln for absolute path errorsColin Cross2019-12-111-16/+15
* | | | | Force dumpvars into dumb terminal mode and move log filesColin Cross2019-12-114-24/+45
* | | | | status table: don't write newlines in non-scrolling terminalsColin Cross2019-12-111-29/+21
* | | | | status table: ANSI code rows and columns are 1-basedColin Cross2019-12-111-4/+4
* | | | | Compute critical path when ninja finishesColin Cross2019-12-116-0/+326
* | | | | Stop using build/target -> build/make/target symlinkDan Willemsen2019-12-115-11/+11
* | | | | Add missing cortex-a76 arm configurationLuca Stefani2019-12-111-0/+1
* | | | | Make additional manifests transitiveLuca Stefani2019-12-111-7/+6
* | | | | Add 'Additional_manifest' property to merge other manifestschangho.shin2019-12-112-1/+10
* | | | | Pass --remove-tools-declarations to manifest mergerColin Cross2019-12-112-4/+13
* | | | | Don't use merged manifest for android_library modulesColin Cross2019-12-113-47/+65
* | | | | soong: Squash of lineage-sdk bringup commitsRashed Abdel-Tawab2019-12-117-5/+47
* | | | | soong: Whitelist nprocSam Mortimer2019-12-111-0/+1
* | | | | soong: Add PathForSourceRelaxedSam Mortimer2019-12-111-0/+50
* | | | | soong: add support for nested structs in variablePropertiesSimon Shields2019-12-111-2/+11
* | | | | soong: extend with lineage board flagsSimon Shields2019-12-113-1/+10
* | | | | soong sbox: Add option to allow copying all generated outputSam Mortimer2019-12-111-3/+12
* | | | | cleanbuild: add *.zip.md5sum to installclean_filesMichael Bestas2019-12-111-0/+1
* | | | | Add dumpvar for WITH_SUAbhisek Devkota2019-12-111-0/+2
* | | | | soong: Add LINEAGE_VERSION to dumpvarsRashed Abdel-Tawab2019-12-111-0/+1
* | | | | Give Blueprint modules access to all namespacesColin Cross2019-12-112-0/+48
* | | | | Remove support for ONE_SHOT_MAKEFILEDan Willemsen2019-12-114-416/+189
* | | | | Deprecate ONE_SHOT_MAKEFILEDan Willemsen2019-12-111-1/+20
* | | | | soong_ui: Do not clean the OutDir path multiple times.Patrice Arruda2019-12-111-1/+1
* | | | | soong_ui: Construct the proper MODULES-IN-<dir name> for m* build commands.Patrice Arruda2019-12-112-19/+85
* | | | | soong_ui: Do not find a build file if targets are specified.Patrice Arruda2019-12-112-22/+30
* | | | | soong-ui: Redirect mm to mma.Patrice Arruda2019-12-111-1/+4
* | | | | soong-ui: Redirect mmm to mmma.Patrice Arruda2019-12-111-1/+4
* | | | | soong_ui: Build under a path that contains a symbolic link.Patrice Arruda2019-12-112-1/+59
* | | | | Soong: Add build_error proto raw file to $(OUT_DIR).Patrice Arruda2019-12-116-8/+297
* | | | | Soong: Add BUILD_MODULES build action in soong_ui.Patrice Arruda2019-12-113-1/+51
* | | | | Soong: Use ctx.Writer in flag usage for dumpVar and dumpVars in soong_ui.Patrice Arruda2019-12-111-15/+15
* | | | | soong_ui: Add --build-mode flag in soong_uiPatrice Arruda2019-12-111-4/+94