Skip to content
Snippets Groups Projects
Commit bce2d851 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

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

Change-Id: Iad6ef4c0c55293748f9b1fed9c4a0d61be31f20d
parents acbef46b ae52ea56
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,15 @@ ...@@ -13,6 +13,15 @@
// See the License for the specific language governing permissions and // See the License for the specific language governing permissions and
// limitations under the License. // 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 { package {
default_applicable_licenses: ["external_v4l2_codec2_license"], default_applicable_licenses: ["external_v4l2_codec2_license"],
} }
...@@ -41,4 +50,4 @@ license { ...@@ -41,4 +50,4 @@ license {
license_text: [ license_text: [
"NOTICE", "NOTICE",
], ],
} }
\ No newline at end of file
ifneq ($(filter external/v4l2_codec2,$(PRODUCT_SOONG_NAMESPACES)),)
include $(call all-subdir-makefiles) 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