From 5289d83394c34278f596630b5d7f93fcc3005e51 Mon Sep 17 00:00:00 2001 From: SamarV-121 Date: Sun, 4 Jul 2021 19:25:21 +0530 Subject: [PATCH] universal7885: Rename wifi.rc to wifi_sec.rc `build/make/core/base_rules.mk:325: error: device/samsung/universal7885-common/rootdir: MODULE.TARGET.ETC.wifi.rc already defined by frameworks/opt/net/wifi/service.` Change-Id: I1699083e460ddbb8cce5d1ccb14a8fba7f0ef54c Signed-off-by: SamarV-121 --- rootdir/Android.mk | 2 +- rootdir/etc/{wifi.rc => wifi_sec.rc} | 0 universal7904-common.mk | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename rootdir/etc/{wifi.rc => wifi_sec.rc} (100%) diff --git a/rootdir/Android.mk b/rootdir/Android.mk index 01fb3d7..d99b8fd 100644 --- a/rootdir/Android.mk +++ b/rootdir/Android.mk @@ -34,7 +34,7 @@ LOCAL_MODULE_PATH := $(TARGET_OUT_VENDOR) include $(BUILD_PREBUILT) include $(CLEAR_VARS) -LOCAL_MODULE := wifi.rc +LOCAL_MODULE := wifi_sec.rc LOCAL_MODULE_TAGS := optional LOCAL_MODULE_CLASS := ETC LOCAL_SRC_FILES := etc/$(LOCAL_MODULE) diff --git a/rootdir/etc/wifi.rc b/rootdir/etc/wifi_sec.rc similarity index 100% rename from rootdir/etc/wifi.rc rename to rootdir/etc/wifi_sec.rc diff --git a/universal7904-common.mk b/universal7904-common.mk index 2be30f5..4110359 100644 --- a/universal7904-common.mk +++ b/universal7904-common.mk @@ -95,7 +95,7 @@ PRODUCT_PACKAGES += \ init.exynos7904.rc \ init.exynos7904.usb.rc \ ueventd.exynos7904.rc \ - wifi.rc + wifi_sec.rc # Light PRODUCT_PACKAGES += \