From 8c4f3fc03c53f401da2a070de7a15f8733f61e27 Mon Sep 17 00:00:00 2001 From: oxmc Date: Thu, 21 Aug 2025 14:55:22 -0700 Subject: [PATCH] Update Android.bp --- Android.bp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Android.bp b/Android.bp index e1be444..de882c5 100644 --- a/Android.bp +++ b/Android.bp @@ -12,4 +12,6 @@ android_app { enabled: false, }, product_specific: true, + platform_apis: true, + sdk_version: "current", } \ No newline at end of file