Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3514689f authored by Anton Hansson's avatar Anton Hansson
Browse files

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
parent 84102222
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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",