aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Kosiński <krzysio@google.com>2023-09-30 00:16:18 +0000
committerKrzysztof Kosiński <krzysio@google.com>2023-09-30 00:16:18 +0000
commit7ddb89d3d873da009d3fb3fcfbb6fa67ea664628 (patch)
treefc404ed8c935947487ed31a864d9b668f5c9c051
parentd1b4944e6a8aaf43c7f3eb8054e77d3fab1b2fe1 (diff)
downloadcaliper-7ddb89d3d873da009d3fb3fcfbb6fa67ea664628.tar.gz
Use Gson built from source.
Deletes the prebuilt, which is also used from external/vogar (see the other CL in this topic). Bug: 243950468 Test: presubmit Change-Id: I4d6507c0e38dbf3ff7151f7ca1e0ff80019b5afd
-rw-r--r--Android.bp7
1 files changed, 1 insertions, 6 deletions
diff --git a/Android.bp b/Android.bp
index b48ee41..ca870cd 100644
--- a/Android.bp
+++ b/Android.bp
@@ -65,6 +65,7 @@ java_library_host {
"apache-commons-math",
"caliper-prebuilts",
"dagger2",
+ "gson",
"guava",
"jsr330",
],
@@ -152,14 +153,8 @@ java_library_host {
// ============================================================
java_import_host {
- name: "caliper-gson",
- jars: ["lib/gson-2.2.2.jar"],
-}
-
-java_import_host {
name: "caliper-prebuilts",
jars: [
- "lib/gson-2.2.2.jar",
"lib/java-allocation-instrumenter-2.0.jar",
"lib/jersey-client-1.11.jar",
"lib/jersey-core-1.11.jar",