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
tirimbino
Michael Bestas 2 years ago committed by Henrique Pereira
parent f92b1508bb
commit bda7dc5434
  1. 2
      Android.bp

@ -0,0 +1,2 @@
soong_namespace {
}
Loading…
Cancel
Save