在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
http://stackoverflow.com/questions/6595208/what-does-this-line-mean-local-export-c-includes LOCAL_EXPORT_C_INCLUDES和LOCALC_INCLUDES 的差别。同理LOCAL_EXPORT_CFLAGS与LOCAL_CFLAGS也一样 编译某模块是,如果它依赖别的模块,那么别的模块的LOCAL_EXPORT*类的值,会自动加入到本模块。(但是反过来不会有作用) LOCAL_EXPORT_CFLAGS For example, consider the module 'foo' with the following definition:
And another module, named 'bar' that depends on it as:
Then, the flags '-DFOO=1 -DBAR=2' will be passed to the compiler when
Exported flags are prepended to your module's LOCAL_CFLAGS so you can
Finally, exported flags are not used when building the module that
LOCAL_EXPORT_CPPFLAGS
LOCAL_EXPORT_C_INCLUDES |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论