qsap: Fix VNDK compilation issues of libqsap.

- Removed "android_filesystem_config.h" references.
- Added cutils header library in Android.mk.
- Added required system headers explicitly.

Change-Id: I1213fc40335fba7ea52c4c296b28bc66cba72701
CRs-Fixed: 2244720
This commit is contained in:
Veerendranath Jakkam
2018-05-18 18:41:15 +05:30
parent 20f62e8554
commit c613ebbc1c
3 changed files with 14 additions and 10 deletions

View File

@@ -68,5 +68,7 @@ LOCAL_PRELINK_MODULE := false
LOCAL_SHARED_LIBRARIES := libnetutils libutils libbinder libcutils libhardware_legacy libnl
LOCAL_HEADER_LIBRARIES := libcutils_headers
include $(BUILD_SHARED_LIBRARY)