Skip to content
Snippets Groups Projects
Commit de8a7a14 authored by Chenming Huang's avatar Chenming Huang Committed by Gerrit - the friendly Code Review server
Browse files

wifi: Add check for Auto platform

Add check for Auto platform to enable qti wifi.

CRs-Fixed: 3197327
Change-Id: If9c94ce3bc5dabc76af05aaf327d9d7f4795d3b5
parent 35138f9d
No related branches found
No related tags found
No related merge requests found
ifeq ($(TARGET_FWK_SUPPORTS_FULL_VALUEADDS),true)
ifeq ($(findstring true,$(TARGET_FWK_SUPPORTS_FULL_VALUEADDS) $(TARGET_BOARD_AUTO)),true)
ifneq ($(TARGET_HAS_LOW_RAM),true)
PRODUCT_PACKAGES += QtiWifiService
PRODUCT_PACKAGES += android.hardware.wifi.supplicant-V1.0-java
......@@ -9,4 +9,4 @@ PRODUCT_PACKAGES += android.hidl.base-V1.0-java
PRODUCT_PACKAGES += android.hidl.manager-V1.0-java
PRODUCT_PACKAGES += qti_supplicant_interface.xml
endif #TARGET_HAS_LOW_RAM
endif # TARGET_FWK_SUPPORTS_FULL_VALUEADDS
endif # TARGET_FWK_SUPPORTS_FULL_VALUEADDS | TARGET_BOARD_AUTO
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment