From b11cf5b947ecdb8a2c10d5788cecbba8a5b370dc Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Wed, 17 Jun 2026 01:05:41 -0700 Subject: [PATCH] Android.bp: drop android-device-info (not used in wizard source) --- Android.bp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Android.bp b/Android.bp index 0c63654..35d879e 100644 --- a/Android.bp +++ b/Android.bp @@ -1,12 +1,6 @@ // SPDX-FileCopyrightText: The PawletOS Project // SPDX-License-Identifier: Apache-2.0 -android_library_import { - name: "android-device-info", - aars: ["app/libs/android-device-info.aar"], - sdk_version: "current", -} - android_app { name: "PawletSetupWizard", @@ -37,6 +31,7 @@ android_app { "androidx.activity_activity", "androidx.activity_activity-compose", "androidx.lifecycle_lifecycle-runtime-ktx", + // Compose runtime + UI "androidx.compose.runtime_runtime", "androidx.compose.ui_ui", @@ -58,9 +53,6 @@ android_app { // Telephony helpers "telephony-common", - - // Device info library (local prebuilt) - "android-device-info", ], // OkHttp and Coil are not available as AOSP static_libs.