Uncompress .dex/.so files in Dialer

Bug: 68722828
Test: used zipalign to verify dex files were uncompressed.
PiperOrigin-RevId: 184728960
Change-Id: I6536c96a5ad91b11273ce36786ef9a3aed2ecc9c
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index f9b6ba1..e84ca0c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -108,7 +108,8 @@
     android:label="@string/applicationLabel"
     android:name="com.android.dialer.binary.aosp.AospDialerApplication"
     android:supportsRtl="true"
-    android:usesCleartextTraffic="false">
+    android:usesCleartextTraffic="false"
+    android:extractNativeLibs="false">
   </application>
 
 </manifest>