خرید بک لینک

Vote count: 0

I have shared lib named libModuleA.so, it has few exported header files . Let file A.hpp is one of them. Now 'module B' which is dependent on 'module A' includes it in LOCAL_SHARED_LIBRARIES := libModuleA and it also exports few header files using LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH) line. Let file B.hpp is one of the exported files from 'module B'. I am able to build both of these modules successfully.

There is an another 'module C' which uses 'module B'. Android.mk file of 'module C' has line ``LOCAL_SHARED_LIBRARIES := libModuleBfor this dependency. When I try to build this 'module C' in the android source tree, I am getting an errorfatal error: A.hpp: No such file or directory`.

Can anyone please tell me, how can I make sure the headers exported by 'module A' are available for 'module C'?

asked 50 secs ago

برچسب: نویسنده: استخدام کار تاريخ: پنجشنبه 17 تير 1395 ساعت: 4:46

صفحه بندی