OSDN Git Service

android: use LOCAL_EXPORT_C_INCLUDE_DIRS to get include paths
authorChih-Wei Huang <cwhuang@linux.org.tw>
Thu, 6 Apr 2017 02:27:28 +0000 (10:27 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Wed, 26 Apr 2017 05:25:29 +0000 (13:25 +0800)
commit0f021eb30657fbcf8c46e9585ea975a317263fd5
tree69769be00e07e5d722b9aa4117c7b42e0527b697
parentcfcd7c5e1a65a08b36ae3114f7248f5fb92ed64b
android: use LOCAL_EXPORT_C_INCLUDE_DIRS to get include paths

The documents of Android build system explicitly said LOCAL_COPY_HEADERS
and LOCAL_COPY_HEADERS_TO are deprecated.

Replace them by the LOCAL_EXPORT_C_INCLUDE_DIRS variable. The modules
that use libva will get the include path automatically.

Signed-off-by: Chih-Wei Huang <cwhuang@linux.org.tw>
va/Android.mk