battery: Correct the filename to init.wlc.rc am: 97db8559e1

Original change: https://googleplex-android-review.googlesource.com/c/device/google/raviole/+/17217949

Change-Id: I10823da5465eb320fe934e9e6c02b9dfe83ed48c
This commit is contained in:
Ken Tsou 2022-03-17 17:36:11 +00:00 committed by Automerger Merge Worker
commit 622aaa378c
2 changed files with 2 additions and 2 deletions

View file

@ -174,7 +174,7 @@ PRODUCT_PROPERTY_OVERRIDES += ro.odm.build.media_performance_class=31
# 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

View file

@ -187,7 +187,7 @@ PRODUCT_SOONG_NAMESPACES += \
# 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