sdm710-common: fix package names of rro_overlays
Users complaining about what oneplus sdm845 doing in lenovo builds
This commit is contained in:
parent
f28ae5e99e
commit
53414d84bc
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<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:versionName="1.0">
|
||||
<application android:hasCode="false" />
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
-->
|
||||
<!-- Pixel specific wifi overlays -->
|
||||
<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:versionName="1.0">
|
||||
<application android:hasCode="false" />
|
||||
|
|
Loading…
Reference in a new issue