Merge "Point directly to generated c sysprop_library"
diff --git a/Android.bp b/Android.bp
index e63a6ff..5ebe66f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -67,7 +67,7 @@
            "JavaGen.cpp",
            "TypeChecker.cpp",
            "tests/*.cpp"],
-    whole_static_libs: ["com.android.sysprop.tests"],
+    whole_static_libs: ["libcom.android.sysprop.tests"],
     test_options: {
         unit_test: true,
     },