Mark our config APEX as no code.
This probably makes very little difference, but it may just help at
some point.
Test: Still works
Change-Id: Iecf6dde5c616f1e1fc8d5bb13ee1ae61f7f4ca87
diff --git a/compos/apk/AndroidManifest.xml b/compos/apk/AndroidManifest.xml
index 1e9352b..2f8cbcf 100644
--- a/compos/apk/AndroidManifest.xml
+++ b/compos/apk/AndroidManifest.xml
@@ -14,5 +14,5 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.compos.payload">
- <application android:label="CompOS" />
+ <application android:label="CompOS" android:hasCode="false"/>
</manifest>