Skip to content

Commit e5ede8d

Browse files
committed
rename tree [PART 2]
Change-Id: I306ea482ed0508799930098d5bb4eb38216581af
1 parent 0f25e12 commit e5ede8d

File tree

51 files changed

+175
-175
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+175
-175
lines changed

Android.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# *not* include it on all devices, so it is safe even with hardware-specific
2424
# components.
2525

26-
ifneq ($(filter mako occam,$(TARGET_DEVICE)),)
26+
ifneq ($(filter aries aries,$(TARGET_DEVICE)),)
2727

2828
LOCAL_PATH := $(call my-dir)
2929

AndroidProducts.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
#
1616

1717
PRODUCT_MAKEFILES := \
18-
$(LOCAL_DIR)/aosp_mako.mk \
19-
$(LOCAL_DIR)/full_mako.mk
18+
$(LOCAL_DIR)/aosp_aries.mk \
19+
$(LOCAL_DIR)/full_aries.mk

BoardConfig.mk

+14-14
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ TARGET_NO_BOOTLOADER := true
3636

3737
BOARD_KERNEL_BASE := 0x80200000
3838
BOARD_KERNEL_PAGESIZE := 2048
39-
BOARD_KERNEL_CMDLINE := console=ttyHSL0,115200,n8 androidboot.hardware=mako lpj=67677 user_debug=31
39+
BOARD_KERNEL_CMDLINE := console=ttyHSL0,115200,n8 androidboot.hardware=aries lpj=67677 user_debug=31
4040
BOARD_MKBOOTIMG_ARGS := --ramdisk_offset 0x01600000
4141

4242
# Try to build the kernel
4343
TARGET_KERNEL_SOURCE := kernel/google/msm
44-
TARGET_KERNEL_CONFIG := cyanogen_mako_defconfig
44+
TARGET_KERNEL_CONFIG := cyanogen_aries_defconfig
4545

4646
BOARD_USES_ALSA_AUDIO:= true
4747
BOARD_USES_LEGACY_ALSA_AUDIO:= false
@@ -54,11 +54,11 @@ BLUETOOTH_HCI_USE_MCT := true
5454

5555
TARGET_NO_RADIOIMAGE := true
5656
TARGET_BOARD_PLATFORM := msm8960
57-
TARGET_BOOTLOADER_BOARD_NAME := MAKO
58-
TARGET_BOOTLOADER_NAME=mako
59-
TARGET_BOARD_INFO_FILE := device/lge/mako/board-info.txt
57+
TARGET_BOOTLOADER_BOARD_NAME := ARIES
58+
TARGET_BOOTLOADER_NAME=aries
59+
TARGET_BOARD_INFO_FILE := device/xiaomi/aries/board-info.txt
6060

61-
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/lge/mako/bluetooth
61+
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/xiaomi/aries/bluetooth
6262

6363
# Use the CM PowerHAL
6464
TARGET_USES_CM_POWERHAL := true
@@ -74,7 +74,7 @@ BOARD_HOSTAPD_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE)
7474
WIFI_DRIVER_FW_PATH_STA := "sta"
7575
WIFI_DRIVER_FW_PATH_AP := "ap"
7676

77-
BOARD_EGL_CFG := device/lge/mako/egl.cfg
77+
BOARD_EGL_CFG := device/xiaomi/aries/egl.cfg
7878

7979
#BOARD_USES_HGL := true
8080
#BOARD_USES_OVERLAY := true
@@ -85,9 +85,9 @@ TARGET_USES_SF_BYPASS := true
8585
TARGET_USES_C2D_COMPOSITION := true
8686

8787
TARGET_RECOVERY_PIXEL_FORMAT := "RGBX_8888"
88-
TARGET_RECOVERY_UI_LIB := librecovery_ui_mako
88+
TARGET_RECOVERY_UI_LIB := librecovery_ui_aries
8989

90-
TARGET_RECOVERY_FSTAB = device/lge/mako/fstab.mako
90+
TARGET_RECOVERY_FSTAB = device/xiaomi/aries/fstab.aries
9191
RECOVERY_FSTAB_VERSION = 2
9292
TARGET_USERIMAGES_USE_EXT4 := true
9393
BOARD_BOOTIMAGE_PARTITION_SIZE := 23068672 # 22M
@@ -102,16 +102,16 @@ BOARD_USES_SECURE_SERVICES := true
102102
BOARD_USES_EXTRA_THERMAL_SENSOR := true
103103
BOARD_USES_CAMERA_FAST_AUTOFOCUS := true
104104

105-
BOARD_HAL_STATIC_LIBRARIES := libdumpstate.mako
105+
BOARD_HAL_STATIC_LIBRARIES := libdumpstate.aries
106106

107107
BOARD_VENDOR_QCOM_GPS_LOC_API_HARDWARE := $(TARGET_BOARD_PLATFORM)
108108
TARGET_NO_RPC := true
109109
TARGET_PROVIDES_GPS_LOC_API := true
110110

111-
TARGET_RELEASETOOLS_EXTENSIONS := device/lge/mako
111+
TARGET_RELEASETOOLS_EXTENSIONS := device/xiaomi/aries
112112

113113
BOARD_SEPOLICY_DIRS := \
114-
device/lge/mako/sepolicy
114+
device/xiaomi/aries/sepolicy
115115

116116
BOARD_SEPOLICY_UNION := \
117117
app.te \
@@ -153,8 +153,8 @@ USE_DEVICE_SPECIFIC_CAMERA := true
153153
#TARGET_QCOM_MEDIA_VARIANT := caf
154154
#TARGET_DISPLAY_USE_RETIRE_FENCE := true
155155

156-
-include vendor/lge/mako/BoardConfigVendor.mk
156+
-include vendor/xiaomi/aries/BoardConfigVendor.mk
157157

158158
BOARD_HAS_NO_SELECT_BUTTON := true
159159

160-
BOARD_HARDWARE_CLASS := device/lge/mako/cmhw/
160+
BOARD_HARDWARE_CLASS := device/xiaomi/aries/cmhw/

CleanSpec.mk

+28-28
Original file line numberDiff line numberDiff line change
@@ -51,32 +51,32 @@ $(call add-clean-step, find $(OUT_DIR) -name "wpa_supplicant*" -print0 | xargs -
5151
$(call add-clean-step, find $(PRODUCT_OUT) -name "*.img" -print0 | xargs -0 rm -f)
5252
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libhardware_legacy_intermediates/)
5353
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/modules/wlan.ko)
54-
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/system/build.prop)
55-
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/system/build.prop)
56-
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/system/build.prop)
57-
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/system/build.prop)
58-
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/root/default.prop)
59-
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/recovery/root/default.prop)
60-
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/system/build.prop)
61-
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/root/default.prop)
62-
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/recovery/root/default.prop)
63-
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/system/build.prop)
64-
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/root/default.prop)
65-
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/recovery/root/default.prop)
66-
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/system/build.prop)
67-
$(call add-clean-step, rm -rf $(OUT_DIR)/target/product/mako/obj/EXECUTABLES/mm-vdec-omx-test*_intermediates)
68-
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/symbols/system/bin/mm-vdec-omx-test*)
69-
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/system/bin/mm-vdec-omx-test*)
70-
$(call add-clean-step, rm -rf $(OUT_DIR)/target/product/mako/obj/EXECUTABLES/charger_touch_intermediates)
71-
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/symbols/system/bin/charger_touch)
72-
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/system/bin/charger_touch)
73-
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/obj/NOTICE_FILES/src/system/bin/charger_touch.txt)
74-
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/root/default.prop)
75-
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/recovery/root/default.prop)
76-
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/system/build.prop)
77-
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/root/default.prop)
78-
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/recovery/root/default.prop)
79-
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/system/build.prop)
54+
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/aries/system/build.prop)
55+
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/aries/system/build.prop)
56+
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/aries/system/build.prop)
57+
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/aries/system/build.prop)
58+
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/aries/root/default.prop)
59+
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/aries/recovery/root/default.prop)
60+
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/aries/system/build.prop)
61+
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/aries/root/default.prop)
62+
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/aries/recovery/root/default.prop)
63+
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/aries/system/build.prop)
64+
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/aries/root/default.prop)
65+
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/aries/recovery/root/default.prop)
66+
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/aries/system/build.prop)
67+
$(call add-clean-step, rm -rf $(OUT_DIR)/target/product/aries/obj/EXECUTABLES/mm-vdec-omx-test*_intermediates)
68+
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/aries/symbols/system/bin/mm-vdec-omx-test*)
69+
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/aries/system/bin/mm-vdec-omx-test*)
70+
$(call add-clean-step, rm -rf $(OUT_DIR)/target/product/aries/obj/EXECUTABLES/charger_touch_intermediates)
71+
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/aries/symbols/system/bin/charger_touch)
72+
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/aries/system/bin/charger_touch)
73+
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/aries/obj/NOTICE_FILES/src/system/bin/charger_touch.txt)
74+
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/aries/root/default.prop)
75+
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/aries/recovery/root/default.prop)
76+
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/aries/system/build.prop)
77+
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/aries/root/default.prop)
78+
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/aries/recovery/root/default.prop)
79+
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/aries/system/build.prop)
8080

8181
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/EXECUTABLES/alsaucm_test_intermediates \
8282
$(PRODUCT_OUT)/obj/EXECUTABLES/amix_intermediates \
@@ -111,7 +111,7 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/EXECUTABLES/alsaucm_test_interm
111111
$(PRODUCT_OUT)/symbols/system/bin/alsaucm_test \
112112
$(PRODUCT_OUT)/symbols/system/bin/aplay \
113113
$(PRODUCT_OUT)/symbols/system/bin/arec)
114-
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/system/build.prop)
114+
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/aries/system/build.prop)
115115

116-
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/mako/system/build.prop)
116+
$(call add-clean-step, rm -f $(OUT_DIR)/target/product/aries/system/build.prop)
117117

aosp_aries.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
$(call inherit-product, device/lge/mako/full_mako.mk)
16+
$(call inherit-product, device/xiaomi/aries/full_aries.mk)
1717

18-
PRODUCT_NAME := aosp_mako
18+
PRODUCT_NAME := aosp_aries

bdAddrLoader/Android.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
ifneq ($(filter mako occam,$(TARGET_DEVICE)),)
17+
ifneq ($(filter aries aries,$(TARGET_DEVICE)),)
1818

1919
LOCAL_PATH:= $(call my-dir)
2020

@@ -25,7 +25,7 @@ LOCAL_C_INCLUDES := \
2525
$(TARGET_OUT_HEADERS)/common/inc
2626
LOCAL_SHARED_LIBRARIES := libcutils liblog
2727
LOCAL_MODULE_TAGS := optional
28-
LOCAL_MODULE_OWNER := lge
28+
LOCAL_MODULE_OWNER := xiaomi
2929
LOCAL_MODULE := bdAddrLoader
3030
include $(BUILD_EXECUTABLE)
3131

bluetooth/bdroid_buildcfg.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#ifndef _BDROID_BUILDCFG_H
1818
#define _BDROID_BUILDCFG_H
1919

20-
#define BTM_DEF_LOCAL_NAME "Nexus 4"
20+
#define BTM_DEF_LOCAL_NAME "MI 2"
2121
#define BTA_DISABLE_DELAY 1000 /* in milliseconds */
2222
#define BTA_HOST_INTERLEAVE_SEARCH TRUE
2323
#endif

board-info.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
require board=mako
1+
require board=aries

charger_touch/Android.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
ifneq ($(filter mako occam,$(TARGET_DEVICE)),)
17+
ifneq ($(filter aries aries,$(TARGET_DEVICE)),)
1818

1919
LOCAL_PATH:= $(call my-dir)
2020

@@ -24,7 +24,7 @@ LOCAL_SHARED_LIBRARIES := libcutils liblog libhardware_legacy
2424
LOCAL_MODULE_TAGS := optional
2525
LOCAL_MODULE_PATH := $(TARGET_OUT)/bin
2626
LOCAL_MODULE := charger_touch
27-
LOCAL_MODULE_OWNER := lge
27+
LOCAL_MODULE_OWNER := xiaomi
2828
include $(BUILD_EXECUTABLE)
2929

3030
endif

charger_touch/charger_touch.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#include <fcntl.h>
2121

2222
#define POWER_SUPPLY_PATH "/sys/class/power_supply"
23-
#define TOUCH_PATH "/sys/devices/virtual/input/lge_touch/charger"
23+
#define TOUCH_PATH "/sys/devices/virtual/input/xiaomi_touch/charger"
2424

2525
const char* WIRELESS = "change@/devices/platform/bq51051b_wlc/power_supply/wireless";
2626
const char* USB = "change@/devices/platform/msm_ssbi.0/pm8921-core/pm8921-charger/power_supply/usb";

cm.mk

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ $(call inherit-product, vendor/cm/config/common_full_phone.mk)
1212
$(call inherit-product, vendor/cm/config/nfc_enhanced.mk)
1313

1414
# Inherit device configuration
15-
$(call inherit-product, device/lge/mako/full_mako.mk)
15+
$(call inherit-product, device/xiaomi/aries/full_aries.mk)
1616

1717
## Device identifier. This must come after all inclusions
18-
PRODUCT_DEVICE := mako
19-
PRODUCT_NAME := cm_mako
18+
PRODUCT_DEVICE := aries
19+
PRODUCT_NAME := cm_aries
2020
PRODUCT_BRAND := google
21-
PRODUCT_MODEL := Nexus 4
22-
PRODUCT_MANUFACTURER := LGE
21+
PRODUCT_MODEL := MI 2
22+
PRODUCT_MANUFACTURER := XIAOMI
2323

24-
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=occam BUILD_FINGERPRINT=google/occam/mako:4.3/JWR66V/737497:user/release-keys PRIVATE_BUILD_DESC="occam-user 4.3 JWR66V 737497 release-keys"
24+
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=aries BUILD_FINGERPRINT=google/aries/aries:4.3/JWR66V/737497:user/release-keys PRIVATE_BUILD_DESC="aries-user 4.3 JWR66V 737497 release-keys"
2525

2626
# Enable Torch
2727
PRODUCT_PACKAGES += Torch

conn_init/Android.mk

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616

17-
ifneq ($(filter mako occam,$(TARGET_DEVICE)),)
17+
ifneq ($(filter aries aries,$(TARGET_DEVICE)),)
1818

1919
LOCAL_PATH:= $(call my-dir)
2020

@@ -24,16 +24,16 @@ LOCAL_SRC_FILES := wfc_util_fctrl.c \
2424
wfc_util_common.c
2525
LOCAL_CFLAGS := -Wall \
2626
-Werror
27-
LOCAL_CFLAGS += -DCONFIG_LGE_WLAN_WIFI_PATCH
27+
LOCAL_CFLAGS += -DCONFIG_XIAOMI_WLAN_WIFI_PATCH
2828
ifeq ($(BOARD_HAS_QCOM_WLAN), true)
2929
LOCAL_SRC_FILES += wfc_util_qcom.c
30-
LOCAL_CFLAGS += -DCONFIG_LGE_WLAN_QCOM_PATCH
30+
LOCAL_CFLAGS += -DCONFIG_XIAOMI_WLAN_QCOM_PATCH
3131
LOCAL_CFLAGS += -DWLAN_CHIP_VERSION_WCNSS
3232
endif
3333
LOCAL_SHARED_LIBRARIES := libcutils liblog
3434
LOCAL_PRELINK_MODULE := false
3535
LOCAL_MODULE_TAGS := optional
36-
LOCAL_MODULE_OWNER := lge
36+
LOCAL_MODULE_OWNER := xiaomi
3737
include $(BUILD_SHARED_LIBRARY)
3838

3939
include $(CLEAR_VARS)
@@ -44,7 +44,7 @@ LOCAL_CFLAGS += -Wall -Werror
4444
LOCAL_MODULE_TAGS := optional
4545
LOCAL_MODULE_PATH := $(TARGET_OUT)/bin
4646
LOCAL_MODULE := conn_init
47-
LOCAL_MODULE_OWNER := lge
47+
LOCAL_MODULE_OWNER := xiaomi
4848

4949
# Install symlinks with targets unavailable at build time
5050
LOCAL_POST_INSTALL_CMD := \

conn_init/wfc_util_fctrl.c

+4-4
Original file line numberDiff line numberDiff line change
@@ -641,22 +641,22 @@ int wfc_util_ffile_check_copy(char *pDestFName, char *pSourceFName, mode_t mode,
641641

642642
/* remove this code because of permission problem when it is accessed from "atd" having system permission. */
643643
{
644-
#ifndef CONFIG_LGE_WLAN_WIFI_PATCH
644+
#ifndef CONFIG_XIAOMI_WLAN_WIFI_PATCH
645645
uid_t uid = getuid();
646646
gid_t gid = getgid();
647647
wfc_util_log_error("Error changing group ownership (%d) of %s to %d: %s", gid, pDestFName, gID, strerror(errno));
648648
if (0 == uid) {
649-
#endif /* CONFIG_LGE_WLAN_WIFI_PATCH */
649+
#endif /* CONFIG_XIAOMI_WLAN_WIFI_PATCH */
650650
if (chown(pDestFName, uID, gID) < 0) {
651651
wfc_util_log_error("Error changing group ownership of %s to %d: %s", pDestFName, gID, strerror(errno));
652652
unlink(pDestFName);
653653
return -1;
654654
}
655-
#ifndef CONFIG_LGE_WLAN_WIFI_PATCH
655+
#ifndef CONFIG_XIAOMI_WLAN_WIFI_PATCH
656656
} else {
657657
wfc_util_log_error("wfc_util_ffile_check_copy : we can not excute chown[uid = %d, gid = %d]", uid, getgid());
658658
}
659-
#endif /* CONFIG_LGE_WLAN_WIFI_PATCH */
659+
#endif /* CONFIG_XIAOMI_WLAN_WIFI_PATCH */
660660
}
661661

662662
return 0;

conn_init/wfc_util_qcom.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
#ifdef CONFIG_LGE_WLAN_QCOM_PATCH
17+
#ifdef CONFIG_XIAOMI_WLAN_QCOM_PATCH
1818

1919
#include <stdio.h>
2020
#include <stdlib.h>
@@ -672,5 +672,5 @@ int wfc_util_qcom_checkt_roaming_off(void)
672672
return 0;
673673
}
674674

675-
#endif /* CONFIG_LGE_WLAN_QCOM_PATCH */
675+
#endif /* CONFIG_XIAOMI_WLAN_QCOM_PATCH */
676676

conn_init/wfc_util_qcom.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#ifndef __WFC_UTIL_QCOM_H__
1818
#define __WFC_UTIL_QCOM_H__
1919

20-
#ifdef CONFIG_LGE_WLAN_QCOM_PATCH
20+
#ifdef CONFIG_XIAOMI_WLAN_QCOM_PATCH
2121
/*
2222
* wfc_util_qcom_check_config
2323
*
@@ -47,6 +47,6 @@ extern void wfc_util_qcom_reset_mac(void);
4747
extern int wfc_util_qcom_ota_enable(void);
4848
extern int wfc_util_qcom_ota_disable(void);
4949
extern int wfc_util_qcom_checkt_roaming_off(void);
50-
#endif /* CONFIG_LGE_WLAN_QCOM_PATCH */
50+
#endif /* CONFIG_XIAOMI_WLAN_QCOM_PATCH */
5151
#endif
5252

0 commit comments

Comments
 (0)