xref: /aosp_15_r20/system/apex/shim/build/AndroidManifestNotPreInstalled.xml (revision 33f3758387333dbd2962d7edbd98681940d895da)
1*33f37583SAndroid Build Coastguard Worker<?xml version="1.0" encoding="utf-8"?>
2*33f37583SAndroid Build Coastguard Worker<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3*33f37583SAndroid Build Coastguard Worker  package="com.android.apex.cts.shim_not_pre_installed">
4*33f37583SAndroid Build Coastguard Worker  <!-- APEX does not have classes.dex -->
5*33f37583SAndroid Build Coastguard Worker  <application android:hasCode="false" />
6*33f37583SAndroid Build Coastguard Worker  <uses-sdk android:minSdkVersion="29" android:targetSdkVersion="29"/>
7*33f37583SAndroid Build Coastguard Worker</manifest>
8*33f37583SAndroid Build Coastguard Worker
9