Replace include_dirs with header_libs
Cleaning out cross-module pathnames.
Bug: 201944383
Test: build
Change-Id: Ie6fca5233dc7c22ae19ee6d56065e86257c001ea
diff --git a/media/codec2/sfplugin/Android.bp b/media/codec2/sfplugin/Android.bp
index feeddb5..a73b493 100644
--- a/media/codec2/sfplugin/Android.bp
+++ b/media/codec2/sfplugin/Android.bp
@@ -7,6 +7,12 @@
default_applicable_licenses: ["frameworks_av_license"],
}
+cc_library_headers {
+ name: "libsfplugin_ccodec_internal_headers",
+ export_include_dirs: ["."],
+ // only for internal tests, perhaps restrict via visibility clause
+}
+
cc_library_shared {
name: "libsfplugin_ccodec",