From 3514689f05f9e3ea07a93e6eeb84f0e567f65be0 Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Mon, 26 Oct 2020 10:27:57 +0000 Subject: 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 --- StubLibraries.bp | 1 + 1 file changed, 1 insertion(+) (limited to 'StubLibraries.bp') 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", -- cgit v1.2.3