Update CTS shim

Add a stub shared library for testing.

Bug: 174856119
Test: build
Change-Id: If280d558b687d3b34d28a2857748fda2dece18dd
Merged-In: If280d558b687d3b34d28a2857748fda2dece18dd
This commit is contained in:
Jackal Guo
2021-03-03 17:54:47 +08:00
parent c77293b7a9
commit f7919a20ea

View File

@@ -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>