From 04dfa0c9e589fc50a3c4fd67ba92c572cf8ce5d4 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Thu, 3 Nov 2022 21:46:35 +0200 Subject: [PATCH] Guard with a soong_namespace hardware/samsung modules shouldn't be globally available for every device. They can cause conflicts with other devices and break things. One notable example is aidl/memtrack overwriting pixel .rc and thus breaking memtrack on Pixel 6 and 7, which results in non booting device. Change-Id: I78b1b9930a57bc01afda722b9f8a196c372f9d8b --- 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 00000000..9515b257 --- /dev/null +++ b/Android.bp @@ -0,0 +1,2 @@ +soong_namespace { +}