samsung: Import pixel soong namespaces in root Android.bp
authorTim Zimmermann <tim@linux4.de>
Sun, 12 Nov 2023 05:50:55 +0000 (06:50 +0100)
committerTim Zimmermann <tim@linux4.de>
Sat, 20 Jan 2024 12:52:29 +0000 (13:52 +0100)
* Both power and thermal HAL need it now

Change-Id: Ifd414b778d91410a0cbb8f36bfb6481603fb6128

Android.bp
aidl/power-libperfmgr/Android.bp

index 9515b25732000716036b754fa6b2a23444c3d9a3..f4fc009a62502cabf2e29e46754ae54bc31585e1 100644 (file)
@@ -1,2 +1,6 @@
 soong_namespace {
+    imports: [
+        "hardware/google/pixel",
+        "hardware/google/interfaces",
+    ],
 }
index 2c3bb2a0c366f496da3dc4fb8ee63c909c55e48c..258a2d145e6cf2d836caa76bfbab76f9b6c376b2 100644 (file)
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
-soong_namespace {
-    imports: [
-        "hardware/google/pixel",
-        "hardware/google/interfaces",
-    ],
-}
-
 cc_binary {
     name: "android.hardware.power-service.samsung-libperfmgr",
     relative_install_path: "hw",