From 434b9c97f0ac01da7ecf19d44171e54ee40a6e0e Mon Sep 17 00:00:00 2001 From: Jeff Gaston Date: Thu, 9 Nov 2017 17:21:27 -0800 Subject: [PATCH] common: Create Soong namespace * We don't want Nothing specific modules, (e.g. HIDL) to be accessible to targets other than Nothing. Change-Id: Ide70e1a2c12ce975cdcec25f9dfea412f8fb993d --- Android.bp | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Android.bp diff --git a/Android.bp b/Android.bp new file mode 100644 index 0000000..9515b25 --- /dev/null +++ b/Android.bp @@ -0,0 +1,2 @@ +soong_namespace { +}