diff --git a/Android.bp b/Android.bp index 9515b257..f4fc009a 100644 --- a/Android.bp +++ b/Android.bp @@ -1,2 +1,6 @@ soong_namespace { + imports: [ + "hardware/google/pixel", + "hardware/google/interfaces", + ], } diff --git a/aidl/power-libperfmgr/Android.bp b/aidl/power-libperfmgr/Android.bp index 2c3bb2a0..258a2d14 100644 --- a/aidl/power-libperfmgr/Android.bp +++ b/aidl/power-libperfmgr/Android.bp @@ -13,13 +13,6 @@ // 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",