diff --git a/device.mk b/device.mk index fa81c6f..c56c4ab 100644 --- a/device.mk +++ b/device.mk @@ -30,6 +30,10 @@ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration.xml \ $(LOCAL_PATH)/audio/mixer_paths_wcd9330.xml:$(TARGET_COPY_OUT_VENDOR)/etc/mixer_paths_wcd9330.xml +# Grip Power +PRODUCT_COPY_FILES += \ + $(LOCAL_PATH)/wifi/grippower.info:$(TARGET_COPY_OUT_VENDOR)/firmware/wlan/qca_cld/grippower.info + # Device init scripts PRODUCT_PACKAGES += \ init.target.rc diff --git a/wifi/grippower.info b/wifi/grippower.info new file mode 100644 index 0000000..45ff969 --- /dev/null +++ b/wifi/grippower.info @@ -0,0 +1 @@ +11:8 \ No newline at end of file