diff options
author | 2020-10-27 08:46:37 +0000 | |
---|---|---|
committer | 2020-10-27 08:46:37 +0000 | |
commit | 13444871fb16a4dba2d6bb94f58a2062a1b42842 (patch) | |
tree | 6c4d4c679660566b54fea34b22d8267524326b11 | |
parent | 5a42765d798a69bdc1ef6565358a9b24bf14f135 (diff) | |
parent | 6aebdcbcb830992f7a890d0e400d94b7bb0518b7 (diff) |
Merge "Annotate large droidstubs modules high_mem" am: 6aebdcbcb8
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1473726
Change-Id: I3d6a48ca39bdb69f7ad17029928ca6e00b0f1c5c
-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", |