From 270f65ffdb4e789407bc18b50c1e05d15b430183 Mon Sep 17 00:00:00 2001 From: Vic Yang Date: Tue, 2 Apr 2019 12:22:50 -0700 Subject: [PATCH] Version liblog LL-NDK library The system version of liblog has been versioned. Do the same for LL-NDK verison as well. Test: Build and examine the dynamic symbols. Change-Id: Ie63cc845c891d9372fb1990e713b3fe4f0f2f723 --- liblog/Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/liblog/Android.bp b/liblog/Android.bp index 9b41ebe78..da475cb53 100644 --- a/liblog/Android.bp +++ b/liblog/Android.bp @@ -139,6 +139,5 @@ ndk_library { llndk_library { name: "liblog", symbol_file: "liblog.map.txt", - unversioned: true, export_include_dirs: ["include_vndk"], }