Android.bp: drop android-device-info (not used in wizard source)
This commit is contained in:
+1
-9
@@ -1,12 +1,6 @@
|
|||||||
// SPDX-FileCopyrightText: The PawletOS Project
|
// SPDX-FileCopyrightText: The PawletOS Project
|
||||||
// SPDX-License-Identifier: Apache-2.0
|
// 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 {
|
android_app {
|
||||||
name: "PawletSetupWizard",
|
name: "PawletSetupWizard",
|
||||||
|
|
||||||
@@ -37,6 +31,7 @@ android_app {
|
|||||||
"androidx.activity_activity",
|
"androidx.activity_activity",
|
||||||
"androidx.activity_activity-compose",
|
"androidx.activity_activity-compose",
|
||||||
"androidx.lifecycle_lifecycle-runtime-ktx",
|
"androidx.lifecycle_lifecycle-runtime-ktx",
|
||||||
|
|
||||||
// Compose runtime + UI
|
// Compose runtime + UI
|
||||||
"androidx.compose.runtime_runtime",
|
"androidx.compose.runtime_runtime",
|
||||||
"androidx.compose.ui_ui",
|
"androidx.compose.ui_ui",
|
||||||
@@ -58,9 +53,6 @@ android_app {
|
|||||||
|
|
||||||
// Telephony helpers
|
// Telephony helpers
|
||||||
"telephony-common",
|
"telephony-common",
|
||||||
|
|
||||||
// Device info library (local prebuilt)
|
|
||||||
"android-device-info",
|
|
||||||
],
|
],
|
||||||
|
|
||||||
// OkHttp and Coil are not available as AOSP static_libs.
|
// OkHttp and Coil are not available as AOSP static_libs.
|
||||||
|
|||||||
Reference in New Issue
Block a user