diff options
author | 2020-10-27 09:39:42 +0000 | |
---|---|---|
committer | 2020-10-27 09:39:42 +0000 | |
commit | cf42dd7c97c191871bd549277aef079b400566e2 (patch) | |
tree | b859a3c5be31501a451594bca0abe4b85f3e2da2 | |
parent | 200cb303343c3a131c132d52bb7cf9c905f326bc (diff) | |
parent | 6ba7230ad99d5d6933ee6a2e377ed1f7f8c99c8b (diff) |
Merge "Annotate large droidstubs modules high_mem" am: 6aebdcbcb8 am: 13444871fb am: 9563c9801a am: 6ba7230ad9
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1473726
Change-Id: Ifca23833fd586b4dc82d076df51d47018416649c
-rw-r--r-- | StubLibraries.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/StubLibraries.bp b/StubLibraries.bp index 9604466a0edd..754c4e94e73a 100644 --- a/StubLibraries.bp +++ b/StubLibraries.bp @@ -77,6 +77,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", |