summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Buynytskyy <alexbuy@google.com>2021-03-06 21:03:14 -0800
committerAlex Buynytskyy <alexbuy@google.com>2021-03-08 09:15:58 -0800
commit06811910da0b99b6a2eb6409a2c71341536fc4e8 (patch)
treed03c8cd5ed2644928a7560a48e4144e7c8bc4f9b
parenta7787ec12d91b06a9a383716a8baa089e11cad40 (diff)
downloadmisc-06811910da0b99b6a2eb6409a2c71341536fc4e8.tar.gz
Dropping prebuilt version of incfs library.
Bug: 168508924 Test: builds and works in sc-dev Change-Id: Ic070bd766e38db83df770aa03f94135f1a8c2ae6
-rw-r--r--common/incfs/Android.bp10
-rw-r--r--common/incfs/OWNERS5
-rw-r--r--common/incfs/README.md9
-rw-r--r--common/incfs/libincfs-prebuilt.jarbin0 -> 31771 bytes
4 files changed, 24 insertions, 0 deletions
diff --git a/common/incfs/Android.bp b/common/incfs/Android.bp
new file mode 100644
index 00000000..3e6fb276
--- /dev/null
+++ b/common/incfs/Android.bp
@@ -0,0 +1,10 @@
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
+java_import {
+ name: "libincfs-prebuilt",
+ jars: ["libincfs-prebuilt.jar"],
+ installable: true,
+ host_supported: true,
+}
diff --git a/common/incfs/OWNERS b/common/incfs/OWNERS
new file mode 100644
index 00000000..ce823cf4
--- /dev/null
+++ b/common/incfs/OWNERS
@@ -0,0 +1,5 @@
+# Owners due to the impact of libincfs update on Incremental Cts tests
+alexbuy@google.com
+schfan@google.com
+toddke@google.com
+zyy@google.com
diff --git a/common/incfs/README.md b/common/incfs/README.md
new file mode 100644
index 00000000..1687b99e
--- /dev/null
+++ b/common/incfs/README.md
@@ -0,0 +1,9 @@
+The object in this prebuilt directory can be built from
+ platform/tools/base
+
+Jar is obtained from studio_linux@7190098[] - git_studio-master-dev
+
+Note: Before dropping the libincfs-prebuilt.jar, please run
+the following command to strip the jar manifest file,
+which causes hidden dependency on jars in the Class-Path.
+$ zip -d libincfs-prebuilt.jar META-INF/MANIFEST.MF
diff --git a/common/incfs/libincfs-prebuilt.jar b/common/incfs/libincfs-prebuilt.jar
new file mode 100644
index 00000000..0be2a55a
--- /dev/null
+++ b/common/incfs/libincfs-prebuilt.jar
Binary files differ