Android.bp: Add a Soong namespace.

* In the event of multiple kernel sources these
   modules will conflict.

Change-Id: I7b154b0dfa4e7a1de18749e1baadcb53cd28231c
This commit is contained in:
Alexander Koskovich 2021-07-31 21:09:24 -07:00 committed by Davide Garberi
parent dfc478b4fe
commit 2706241325

View File

@ -1,3 +1,6 @@
soong_namespace {
}
cc_binary_host { cc_binary_host {
name: "unifdef", name: "unifdef",
srcs: ["scripts/unifdef.c"], srcs: ["scripts/unifdef.c"],