- Jan 11, 2022
-
-
Jingwen Chen authored
-
Jingwen Chen authored
This reverts commit d8a72d7d. Reason for revert: root cause for b/214013899 Change-Id: If769708408c419c2fd3d9484fbf40202b7276299
-
Ian Zerny authored
-
Treehugger Robot authored
* changes: Make android_app.stem overridable Use 'stem' to override APK name
-
Jooyung Han authored
override_android_app can set "stem" property to set the APK name. Bug: 193504286 Test: m (soong test) Change-Id: I9ad66ea28bd1b030cb2c588d1f070d72e62ab1c7
-
Jooyung Han authored
When android_app.stem is set, use it as the APK name like other module types. Bug: 193504286 Test: m (soong test) Change-Id: I4c95b77be382cff3cfecaf6ce38f99aed9f3238f
-
Treehugger Robot authored
-
Keyi Gui authored
-
Treehugger Robot authored
-
Treehugger Robot authored
-
- Jan 10, 2022
-
-
Pirama Arumuga Nainar authored
-
Sam Delmerico authored
-
Keyi authored
Test: local test Change-Id: I6ce657f2ad53c261bcbdd317c266cf179a0cc6e9
-
Inseob Kim authored
-
Treehugger Robot authored
-
Ian Zerny authored
Bug: 204293621 Test: atest --host r8retrace-check-retraced-stacktrace Change-Id: I09703cfaab72350efe67217be9e2d37988218f4d
-
Treehugger Robot authored
-
- Jan 08, 2022
-
-
Usta authored
ModuleBase.generalProperties served the pupose of being a subset of ModuleBase.customizableProperties. But now with the removal of the latter, the former is simply a redirection to Module.GetProperties() Bug: 206961391 Test: m nothing and diff the ninja files Change-Id: I6dd8b7ba74eb5e7ffb61029b0f9129eec2ccfdaf
-
Treehugger Robot authored
-
Treehugger Robot authored
-
- Jan 07, 2022
-
-
Cole Faust authored
mk2rbc implements conversions for both is-board-platform(-in-list) and is-board-platform(-in-list)2. The conversions are not the same despite the functions being the same. Make them convert to the same thing. Bug: 201477826 Test: go test Change-Id: I688a2f6114e1688c713e42f0f9229cbc5ee6a917
-
Cole Faust authored
Previously adding an include_top comment would make it apply for the rest of the file. This was confusing behavior, and could also cause extra roots to be searched in a situation like the following: \#RBC# include_top foo include $(VAR)/file.mk \#RBC# include_top bar include $(VAR)/file.mk Here the second include would have file.mk from both the foo and bar directories in its _entry dictionary. Bug: 213508006 Test: go test Change-Id: If3430594759bee1390255400fe29b43d77f7b6a6
-
Cole Faust authored
Converts the following functions from build/make/common/math.mk: - math_max - math_min - math_gt_or_eq - math_gt - math_lt Fixes: 213497955 Test: go test Change-Id: I8c4e8fee321f03b813428fa10038fa8f06188cef
-
Inseob Kim authored
Bug: 33691272 Test: build Change-Id: If90f25540e8fd46e5c76e2a59015d46dd020c431
-
Inseob Kim authored
Test: gofmt Change-Id: Ib88fea484cb8b71ae940fe8c21b2c687eba2d019
-
- Jan 06, 2022
-
-
Jiyong Park authored
-
Sam Delmerico authored
This has already been done for java_library modules, we need to add similar support for java_binary_host. Bug: 213456294 Test: go test ./bp2build Change-Id: Idf7b631f3afe9f59e50f9e45bcbdc29fb5923cc6
-
Treehugger Robot authored
-
Yi Kong authored
-
Muhammad Haseeb Ahmad authored
-
Pedro Loureiro authored
Mostly for consistency with the names used in related changes. Test: m nothing Bug: 191978330 Change-Id: I34637986ead1c671bcc649891aceb3fe0f44b52a
-
Jiyong Park authored
The two properties are now optional, so that we can split boot.img into boot.img that doesn't have ramdisk and init_boot.img that has only the ramdisk. Bug: N/A Test: m com.android.virt Change-Id: I5dc8b140893dfbcf69a8b5c099d23b9216217b53
-
Treehugger Robot authored
-
Muhammad Haseeb Ahmad authored
This change adds a new module to soong to be able to build Java fuzz targets be able to run using Jazzer. Jazzer is an open source fuzzing engine supported by OSS-Fuzz. Bug: 211671266 Test: go test -run TestJavaFuzz Change-Id: Id7c346694f5986f6e15210c359fd533fbb7001eb
-
Chih-Hung Hsieh authored
Bug: 201432564 Test: make Change-Id: I77bb074ed8dee7cad63d3b3765d9a2c3bc1b8aae
-
- Jan 05, 2022
-
-
Usta Shrestha authored
-
Treehugger Robot authored
-
Chih-hung Hsieh authored
-
Michael Rosenfeld authored
-
Treehugger Robot authored
-