From 2005edf64252a851cc256e71fbf99f84c9eb72ad Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Sun, 31 Jul 2016 22:48:28 -0700 Subject: [PATCH] Rename libprotobuf-cpp-lite_static to libprotobuf-cpp-lite Use the same name for the static and shared libraries so that the module definitions can be shared. Change-Id: I1578ee7044689194ae1baea4d71f1b0e8737505f --- tools/aapt2/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/aapt2/Android.mk b/tools/aapt2/Android.mk index 3a1e2bb3bf081..be2f88d3e3fd0 100644 --- a/tools/aapt2/Android.mk +++ b/tools/aapt2/Android.mk @@ -129,7 +129,7 @@ hostStaticLibs := \ libziparchive-host \ libpng \ libbase \ - libprotobuf-cpp-lite_static + libprotobuf-cpp-lite # Statically link libz for MinGW (Win SDK under Linux),