Skip to content
Snippets Groups Projects
Commit c6559f70 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 8050871 from df5996d0 to tm-d1-release

Change-Id: I644ed22e0c8812ec40bf6dce41c0ce24d6a76e69
parents d61a0ebf df5996d0
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,15 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// This project defines a module named libc2plugin_store which is installed into
// $OUT/vendor/lib/libc2plugin_store.so. Although the module can be overridden,
// the output filename cannot (b/204136549).
//
// See README.md for how to use the implementation from v4l2_codec2.
soong_namespace {
// No imports
}
package {
default_applicable_licenses: ["external_v4l2_codec2_license"],
}
......@@ -41,4 +50,4 @@ license {
license_text: [
"NOTICE",
],
}
}
\ No newline at end of file
ifneq ($(filter external/v4l2_codec2,$(PRODUCT_SOONG_NAMESPACES)),)
include $(call all-subdir-makefiles)
endif
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment