diff options
author | Aurimas Liutikas <aurimas@google.com> | 2020-03-14 00:20:29 +0000 |
---|---|---|
committer | Anton Hansson <hansson@google.com> | 2020-04-22 14:36:57 +0100 |
commit | 9b7b73d91b0d32e583c97c746e9baa9d4673cd05 (patch) | |
tree | 67f02b682c68581e68424c7f7727728c62b1fdd1 | |
parent | 85df93ed71300304dd810f1439aa9162f8eb6a8e (diff) |
Stop building unused dex.txt files
Testing with:
touch frameworks/base/core/java/android/view/View.java && time make -j framework
Before patch:
Run #1: 107.8 seconds
Run #2: 106.5 seconds
Run #3: 108.3 seconds
Average: 107.5 seconds
After patch:
Run #1: 105.5 seconds
Run #2: 105.6 seconds
Run #3: 105.0 seconds
Average: 105.4 seconds
Savings of 2.2 seconds (~2%)
Test: make framework
Bug: 151160048
Change-Id: Ic58875a315c9d1dc09b029d3de405a5f5648c46e
Merged-In: Ic58875a315c9d1dc09b029d3de405a5f5648c46e
-rw-r--r-- | StubLibraries.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/StubLibraries.bp b/StubLibraries.bp index 270c160dc5e9..8ab95242d8a2 100644 --- a/StubLibraries.bp +++ b/StubLibraries.bp @@ -145,7 +145,6 @@ droidstubs { api_tag_name: "SYSTEM", api_filename: "system-api.txt", private_api_filename: "system-private.txt", - private_dex_api_filename: "system-private-dex.txt", removed_api_filename: "system-removed.txt", removed_dex_api_filename: "system-removed-dex.txt", arg_files: [ |