sanders: add shim for wifi_qsap_set_tx_power

Change-Id: I9ef277db6f4e068e7b92710f6039b4f261d72282
This commit is contained in:
Dan Pasanen
2018-02-05 08:35:30 -06:00
committed by therootlord
parent 1c313d1a64
commit 9e112b0545
3 changed files with 102 additions and 0 deletions

View File

@@ -371,6 +371,10 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/configs/sensors/hals.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/hals.conf \
$(LOCAL_PATH)/configs/sensors/sensor_def_qcomdev.conf:$(TARGET_COPY_OUT_VENDOR)/etc/sensors/sensor_def_qcomdev.conf
# Shims
PRODUCT_PACKAGES += \
libqsap_shim
# Thermal
PRODUCT_PACKAGES += \
android.hardware.thermal@1.0-impl \