From 627a52459ef52fcc5326a58cfd8b804857c9db44 Mon Sep 17 00:00:00 2001 From: roynatech2544 Date: Wed, 20 Apr 2022 16:03:01 +0900 Subject: [PATCH] universal7885: Move soong namespace import to root of the tree Because it was on the same file as power hal, the power hal was not on the target list Fixes DT2W on settings app, overall deep sleep --- universal7885-common/Android.bp | 6 +++++- .../bin/hardware/samsung/power-libperfmgr/Android.bp | 7 ------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/universal7885-common/Android.bp b/universal7885-common/Android.bp index 9515b25..a0c7ee9 100644 --- a/universal7885-common/Android.bp +++ b/universal7885-common/Android.bp @@ -1,2 +1,6 @@ soong_namespace { -} + imports: [ + "hardware/google/pixel", + "hardware/google/interfaces", + ], +} \ No newline at end of file diff --git a/universal7885-common/bin/hardware/samsung/power-libperfmgr/Android.bp b/universal7885-common/bin/hardware/samsung/power-libperfmgr/Android.bp index d1de21f..b691aa5 100644 --- a/universal7885-common/bin/hardware/samsung/power-libperfmgr/Android.bp +++ b/universal7885-common/bin/hardware/samsung/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",