Merge "Fix package name and version code of ctsshim CtsShimTargetPSdk" into rvc-dev

This commit is contained in:
Mohammad Samiul Islam
2020-04-03 14:40:59 +00:00
committed by Android (Google) Code Review

View File

@@ -14,9 +14,7 @@
~ limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.apk.cts.shim"
android:versionCode="2"
android:versionName="2.0" >
package="com.android.cts.ctsshim">
<uses-sdk android:minSdkVersion="28" android:targetSdkVersion="P" />
<uses-sdk android:minSdkVersion="28" android:targetSdkVersion="P.123" />
</manifest>