diff --git a/Tethering/AndroidManifest.xml b/Tethering/AndroidManifest.xml index 1430ed00aa..8ba05df99e 100644 --- a/Tethering/AndroidManifest.xml +++ b/Tethering/AndroidManifest.xml @@ -17,7 +17,7 @@ */ --> diff --git a/Tethering/AndroidManifestBase.xml b/Tethering/AndroidManifestBase.xml index dc013da338..fa85f66489 100644 --- a/Tethering/AndroidManifestBase.xml +++ b/Tethering/AndroidManifestBase.xml @@ -17,7 +17,7 @@ */ --> diff --git a/Tethering/apex/Android.bp b/Tethering/apex/Android.bp index bca01ebdf8..af6af93650 100644 --- a/Tethering/apex/Android.bp +++ b/Tethering/apex/Android.bp @@ -15,21 +15,21 @@ // apex { - name: "com.android.tethering.apex", + name: "com.android.tethering", apps: ["Tethering"], manifest: "manifest.json", - key: "com.android.tethering.apex.key", + key: "com.android.tethering.key", androidManifest: "AndroidManifest.xml", } apex_key { - name: "com.android.tethering.apex.key", - public_key: "com.android.tethering.apex.avbpubkey", - private_key: "com.android.tethering.apex.pem", + name: "com.android.tethering.key", + public_key: "com.android.tethering.avbpubkey", + private_key: "com.android.tethering.pem", } android_app_certificate { - name: "com.android.tethering.apex.certificate", - certificate: "com.android.tethering.apex", + name: "com.android.tethering.certificate", + certificate: "com.android.tethering", } diff --git a/Tethering/apex/AndroidManifest.xml b/Tethering/apex/AndroidManifest.xml index 7769b799b6..5c35c51dc7 100644 --- a/Tethering/apex/AndroidManifest.xml +++ b/Tethering/apex/AndroidManifest.xml @@ -15,7 +15,7 @@ * limitations under the License. --> + package="com.android.tethering"> + package="com.android.networkstack.tethering.tests.unit">