From 38f972c8b3c27a93f5c70b41dd879d1b5b2dfcbb Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Tue, 19 Aug 2025 00:07:49 -0700 Subject: [PATCH] did i need that? --- Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index a993cf0..e52186c 100644 --- a/Android.bp +++ b/Android.bp @@ -4,7 +4,7 @@ java_sdk_library { api_packages: ["pawletos.device"], libs: ["android_stubs_current"], - static_libs: ["framework-minus-apex"], + libs: ["framework"], sdk_version: "system_current", product_specific: true,