From c6644f9b074e6f69baa708e968e869ed8f9e1635 Mon Sep 17 00:00:00 2001 From: Trevor Radcliffe Date: Wed, 8 Jun 2022 14:08:27 +0000 Subject: [PATCH] Point directly to generated c sysprop_library Bug: 226199990 Test: m Change-Id: Ic24c608eae89b4f2cb6248e14090a3016d542407 --- Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index 6fb9c6c..1ccfc09 100644 --- a/Android.bp +++ b/Android.bp @@ -168,7 +168,7 @@ cc_library_static { "libkeymint_support", ], whole_static_libs: [ - "com.android.sysprop.apex", + "libcom.android.sysprop.apex", "libc++fs", ], }