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:
parent
b5332d2443
commit
d288e5fd05
3 changed files with 3 additions and 4 deletions
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue