sdm710-common: fix package names of rro_overlays

Users complaining about what oneplus sdm845 doing in lenovo builds
This commit is contained in:
victor10520 2021-09-24 19:54:48 +03:00
parent f28ae5e99e
commit 53414d84bc
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.networkstack.tethering.oneplus_sdm845" package="com.android.networkstack.tethering.lenovo_sdm710"
android:versionCode="1" android:versionCode="1"
android:versionName="1.0"> android:versionName="1.0">
<application android:hasCode="false" /> <application android:hasCode="false" />

View file

@ -15,7 +15,7 @@
--> -->
<!-- Pixel specific wifi overlays --> <!-- Pixel specific wifi overlays -->
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.wifi.resources.lenovo_kunlun2" package="com.android.wifi.resources.lenovo_sdm710"
android:versionCode="1" android:versionCode="1"
android:versionName="1.0"> android:versionName="1.0">
<application android:hasCode="false" /> <application android:hasCode="false" />