summaryrefslogtreecommitdiff
path: root/packages/CtsShim
diff options
context:
space:
mode:
authorJackal Guo <jackalguo@google.com>2021-03-03 17:54:47 +0800
committerJackal Guo <jackalguo@google.com>2021-03-12 10:32:09 +0800
commitf7919a20eaaca3a17228204963b6bb4cae799e96 (patch)
tree46baa0c813d94d9d0dcaa5af91852ff38d2d515c /packages/CtsShim
parentc77293b7a92590e5583b9af0e4a6128d841f8c6f (diff)
Update CTS shim
Add a stub shared library for testing. Bug: 174856119 Test: build Change-Id: If280d558b687d3b34d28a2857748fda2dece18dd Merged-In: If280d558b687d3b34d28a2857748fda2dece18dd
Diffstat (limited to 'packages/CtsShim')
-rw-r--r--packages/CtsShim/build/shim/AndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/CtsShim/build/shim/AndroidManifest.xml b/packages/CtsShim/build/shim/AndroidManifest.xml
index 3e546f1e02db..58e85220fefe 100644
--- a/packages/CtsShim/build/shim/AndroidManifest.xml
+++ b/packages/CtsShim/build/shim/AndroidManifest.xml
@@ -52,6 +52,9 @@
</intent-filter>
</activity>
+ <!-- The stub shared library for package visibility test -->
+ <library android:name="com.android.cts.ctsshim.shared_library" />
+
</application>
</manifest>