sdm660-common: data-ipa-cfg-mgr: Use generated kernel headers

Change-Id: Ie33f0b8b7996536a73f660cba5b4700964d8b03f
Signed-off-by: OdSazib <odsazib@gmail.com>
This commit is contained in:
Bruno Martins 2018-10-29 13:48:35 +00:00 committed by OdSazib
parent b5332d2443
commit d288e5fd05
No known key found for this signature in database
GPG key ID: D4CC9F3E8190970A
3 changed files with 3 additions and 4 deletions

View file

@ -3,7 +3,7 @@ cc_binary {
name: "ipacm",
local_include_dirs: ["src"] + ["inc"],
header_libs: ["qti_kernel_headers"],
header_libs: ["generated_kernel_headers"],
cflags: ["-v"] + ["-DFEATURE_IPA_ANDROID"] + ["-DFEATURE_IPACM_RESTART"] + [
"-DFEATURE_IPACM_HAL",

View file

@ -3,7 +3,7 @@
cc_library_shared {
name: "libipanat",
header_libs: ["qti_kernel_headers"],
header_libs: ["generated_kernel_headers"],
srcs: [
"src/ipa_nat_drv.c",

View file

@ -10,8 +10,7 @@ include $(CLEAR_VARS)
LOCAL_C_INCLUDES := $(LOCAL_PATH)/
LOCAL_C_INCLUDES += $(LOCAL_PATH)/../../ipanat/inc
LOCAL_C_INCLUDES += $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr/include
LOCAL_ADDITIONAL_DEPENDENCIES := $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr
LOCAL_HEADER_LIBRARIES := generated_kernel_headers
LOCAL_MODULE := ipa_nat_test
LOCAL_SRC_FILES := ipa_nat_test000.c \