xref: /aosp_15_r20/system/apex/shim/build/AndroidManifestInstallConstraints_empty.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">
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    <install-constraints>
7*33f37583SAndroid Build Coastguard Worker    </install-constraints>
8*33f37583SAndroid Build Coastguard Worker</manifest>
9