diff options
author | 2020-10-27 09:09:45 +0000 | |
---|---|---|
committer | 2020-10-27 09:09:45 +0000 | |
commit | 9563c9801a89e74cae486be01eb3bcdb8b71e2cb (patch) | |
tree | b4b4a41bdbb3383c9720f9e201da9bf4fd450ae6 | |
parent | 5074242416645942028ee3299fc714b3e58ddc86 (diff) | |
parent | 13444871fb16a4dba2d6bb94f58a2062a1b42842 (diff) |
Merge "Annotate large droidstubs modules high_mem" am: 6aebdcbcb8 am: 13444871fb
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1473726
Change-Id: I2bd10d56bb0319cb367f455bf7fa62bedb37477d
-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", |