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

Put v4l2_codec2 underneath a soong namespace am: f83441a3

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

Change-Id: I09d07f966ff82df54bd31ea4a6382efb623cfc3d
parents b6af0e3c f83441a3
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