From 7dca2c759718c57ebc68efe39311b8379c9f3a59 Mon Sep 17 00:00:00 2001 From: David Marble Date: Sat, 24 Feb 2024 18:42:33 -0600 Subject: [PATCH] samsung_slsi-linaro/openmax: guard with a namespace (6/6) Change-Id: Ib1ff9a907c02a1eb95c22f8670506cfef13b877a --- Android.bp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Android.bp diff --git a/Android.bp b/Android.bp new file mode 100644 index 0000000..aacc0e8 --- /dev/null +++ b/Android.bp @@ -0,0 +1,5 @@ +soong_namespace { + imports:[ + "hardware/samsung_slsi-linaro/interfaces" + ], +}