From 2706241325563201a4fdf3e899a0d09d20b69172 Mon Sep 17 00:00:00 2001 From: Alexander Koskovich Date: Sat, 31 Jul 2021 21:09:24 -0700 Subject: [PATCH] Android.bp: Add a Soong namespace. * In the event of multiple kernel sources these modules will conflict. Change-Id: I7b154b0dfa4e7a1de18749e1baadcb53cd28231c --- Androidbp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Androidbp b/Androidbp index 3d5382bfbd47..6687d2bbd07a 100644 --- a/Androidbp +++ b/Androidbp @@ -1,3 +1,6 @@ +soong_namespace { +} + cc_binary_host { name: "unifdef", srcs: ["scripts/unifdef.c"],