Merge "Remove a useless comment"

This commit is contained in:
Chalard Jean
2021-07-27 02:59:41 +00:00
committed by Gerrit Code Review

View File

@@ -18,12 +18,4 @@
package="com.android.tethering"> package="com.android.tethering">
<!-- APEX does not have classes.dex --> <!-- APEX does not have classes.dex -->
<application android:hasCode="false" /> <application android:hasCode="false" />
<!-- b/145383354: Current minSdk is locked to Q for development cycle, lock it to next version
before ship. -->
<!-- TODO: Uncomment this when the R API level is fixed. b/148281152 -->
<!--uses-sdk
android:minSdkVersion="29"
android:targetSdkVersion="29"
/>
-->
</manifest> </manifest>