diff options
author | Anton Hansson <hansson@google.com> | 2020-10-26 10:27:57 +0000 |
---|---|---|
committer | Anton Hansson <hansson@google.com> | 2020-10-26 11:38:44 +0000 |
commit | 3514689f05f9e3ea07a93e6eeb84f0e567f65be0 (patch) | |
tree | ff680bfe5d477285fef1c163347dfaeba6de1fd7 /StubLibraries.bp | |
parent | 841022227d9a617d9758a0d4af8363d923acc468 (diff) |
Annotate large droidstubs modules high_mem
Previously all droidstubs modules were classified as highmem. Annotate
only the huge modules as such, to allow more parallelization of lowmem
droidstubs modules.
Bug: 170701554
Test: NINJA_HIGHMEM_NUM_JOBS=3 m checkapi
Change-Id: I83ae88222110d7afe4009076e951c88a5188ca83
Diffstat (limited to 'StubLibraries.bp')
-rw-r--r-- | StubLibraries.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/StubLibraries.bp b/StubLibraries.bp index 39aa732d929b..e0c302239464 100644 --- a/StubLibraries.bp +++ b/StubLibraries.bp @@ -73,6 +73,7 @@ stubs_defaults { "android.hardware.vibrator-V1.3-java", "framework-protos", ], + high_mem: true, // Lots of sources => high memory use, see b/170701554 installable: false, annotations_enabled: true, previous_api: ":android.api.public.latest", |