Guard with a soong_namespace
authorMichael Bestas <mkbestas@lineageos.org>
Thu, 3 Nov 2022 19:46:35 +0000 (21:46 +0200)
committerMichael Bestas <mkbestas@lineageos.org>
Thu, 3 Nov 2022 19:51:57 +0000 (21:51 +0200)
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 [new file with mode: 0644]

diff --git a/Android.bp b/Android.bp
new file mode 100644 (file)
index 0000000..9515b25
--- /dev/null
@@ -0,0 +1,2 @@
+soong_namespace {
+}