Skip to content

Commit

Permalink
raphael: lets enable assisted iwlan
Browse files Browse the repository at this point in the history
Change-Id: I68a6980110391481e973a6c8f67405a75a91c2c4
Signed-off-by: Ayush Dubey <ayushdubey70@gmail.com>
  • Loading branch information
TheScarastic authored and Ayushd70 committed Jul 25, 2020
1 parent ef78b7e commit 31c73b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions device.mk
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ PRODUCT_PACKAGES += \
init.mi_thermald.rc \
init.qcom.rc

PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/rootdir/etc/init-qcril-data.rc:$(TARGET_COPY_OUT_PRODUCT)/vendor_overlay/$(PRODUCT_TARGET_VNDK_VERSION)/etc/init/init-qcril-data.rc

# Input
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/keylayout/gpio-keys.kl:system/usr/keylayout/gpio-keys.kl \
Expand Down
2 changes: 2 additions & 0 deletions rootdir/etc/init-qcril-data.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
on property:ro.board.platform=msmnile && property:ro.baseband=msm && property:ro.vendor.qti.va_aosp.support=0
setprop ro.telephony.iwlan_operation_mode "legacy"

0 comments on commit 31c73b2

Please sign in to comment.