Skip to content
Snippets Groups Projects
Commit 323a9f3b authored by Robin Lee's avatar Robin Lee Committed by Automerger Merge Worker
Browse files

Put v4l2_codec2 underneath a soong namespace am: f83441a3 am: ae52ea56 am: bce2d851

Original change: https://android-review.googlesource.com/c/platform/external/v4l2_codec2/+/1928162

Change-Id: If30632e779dec49f209a1ac196df1570f9e7fd48
parents 372d8c8b bce2d851
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