Skip to content

Commit

Permalink
Rename WifiOverlay package to prevent conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ponces committed Dec 1, 2023
1 parent e24e7c4 commit 568764a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
6 changes: 0 additions & 6 deletions WifiOverlay/Android.bp

This file was deleted.

8 changes: 8 additions & 0 deletions WifiOverlay/Android.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_PACKAGE_NAME := treble-overlay-wifi
LOCAL_MODULE_PATH := $(TARGET_OUT_PRODUCT)/overlay
LOCAL_IS_RUNTIME_RESOURCE_OVERLAY := true
LOCAL_PRIVATE_PLATFORM_APIS := true
include $(BUILD_PACKAGE)
2 changes: 1 addition & 1 deletion WifiOverlay/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.wifi.resources.overlay.ponces"
package="me.phh.treble.overlay.wifi"
android:versionCode="1"
android:versionName="1.0">
<application android:hasCode="false"/>
Expand Down
2 changes: 1 addition & 1 deletion WifiOverlay/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
<bool translatable="false" name="config_wifiAllowInsecureEnterpriseConfigurationsForSettingsAndSUW">true</bool>

<!-- Always assume 5GHz support -->
<bool translatable="false" name ="config_wifi5ghzSupport">true</bool>
<bool translatable="false" name="config_wifi5ghzSupport">true</bool>
</resources>
2 changes: 1 addition & 1 deletion overlay.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ PRODUCT_PACKAGES += \
HardwareOverlayPicker \
QtiAudio \
TrebleApp \
treble-WifiOverlay \
treble-overlay-NavBar \
treble-overlay-NightMode \
treble-overlay-SystemUI-FalseLocks \
Expand Down Expand Up @@ -318,6 +317,7 @@ PRODUCT_PACKAGES += \
treble-overlay-vsmart-active3 \
treble-overlay-vsmart-joy3 \
treble-overlay-vsmart-live \
treble-overlay-wifi \
treble-overlay-wifi5g \
treble-overlay-xiaomi-civi \
treble-overlay-xiaomi-civi-systemui \
Expand Down

0 comments on commit 568764a

Please sign in to comment.