Update CTS shim

Add a stub shared library for testing.

Bug: 174856119
Test: build
Change-Id: If280d558b687d3b34d28a2857748fda2dece18dd
This commit is contained in:
Jackal Guo 2021-03-03 17:54:47 +08:00
parent b8407d691c
commit 749557e93f

View File

@ -53,6 +53,9 @@
</intent-filter>
</activity>
<!-- The stub shared library for package visibility test -->
<library android:name="com.android.cts.ctsshim.shared_library" />
</application>
</manifest>