Add initial version of Soft AP SDK

Change-Id: I7f2ca6dbfbb89065722a66bf04cff23362ec543a
This commit is contained in:
Raj Kushwaha
2010-08-25 14:12:16 -07:00
parent c89f94fd46
commit aaaa518f19
9 changed files with 4116 additions and 0 deletions

19
softap/sdk/Android.mk Normal file
View File

@@ -0,0 +1,19 @@
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_C_INCLUDES :=
LOCAL_MODULE:= libqsap_sdk
LOCAL_SRC_FILES := qsap_api.c \
qsap.c
LOCAL_PRELINK_MODULE := false
LOCAL_SHARED_LIBRARIES := libnetutils libutils libbinder libcutils
include $(BUILD_SHARED_LIBRARY)