Point directly to generated c sysprop_library
Bug: 226199990
Test: m
Change-Id: Ic05352b2c5962847dcaff9e8f972b9617876f281
diff --git a/Android.bp b/Android.bp
index a3b45de..15c9ad3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -339,10 +339,10 @@
static_libs: [
"libavb",
"libavb_user",
- "gkiprops",
+ "libgkiprops",
"libpayload_consumer",
"libupdate_engine_boot_control",
- "PlatformProperties",
+ "libPlatformProperties",
],
shared_libs: [
"apex_aidl_interface-cpp",
@@ -361,7 +361,7 @@
"libutils",
],
whole_static_libs: [
- "com.android.sysprop.apex",
+ "libcom.android.sysprop.apex",
],
}
@@ -473,7 +473,7 @@
// We add the static versions of the shared libraries that are not installed to
// recovery image due to size concerns. Need to include all the static library
// dependencies of these static libraries.
- "gkiprops",
+ "libgkiprops",
"libevent",
"libmodpb64",
"libprotobuf-cpp-lite",