battery: Correct the filename to init.wlc.rc
Bug: 191762054
Change-Id: Ie734eb39b58e2c2c4d56f83c95374a8969212e04
Signed-off-by: Ken Tsou <kentsou@google.com>
diff --git a/device-oriole.mk b/device-oriole.mk
index 3ee0368..22dc70b 100644
--- a/device-oriole.mk
+++ b/device-oriole.mk
@@ -174,7 +174,7 @@
# userdebug specific
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
PRODUCT_COPY_FILES += \
- device/google/gs101/init.hardware.wlc.rc.userdebug:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.$(PRODUCT_PLATFORM).wlc.rc
+ device/google/gs101/init.hardware.wlc.rc.userdebug:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.wlc.rc
endif
# Increment the SVN for any official public releases
diff --git a/device-raven.mk b/device-raven.mk
index 91e3942..001d6bf 100644
--- a/device-raven.mk
+++ b/device-raven.mk
@@ -187,7 +187,7 @@
# userdebug specific
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
PRODUCT_COPY_FILES += \
- device/google/gs101/init.hardware.wlc.rc.userdebug:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.$(PRODUCT_PLATFORM).wlc.rc
+ device/google/gs101/init.hardware.wlc.rc.userdebug:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.wlc.rc
endif
# Increment the SVN for any official public releases