From 9b816a882f4c571b7bd5a44c790286c471ace8cc Mon Sep 17 00:00:00 2001 From: Jiyong Park Date: Tue, 2 Jan 2018 17:37:37 +0900 Subject: Cut the dependency to libnativeloader This library does not use libnativeloader, but depends on it just to use headers of the library, which declares some functions of libdl. Cut the dependency to the library by declaring the functions in place. Bug: 71349776 Test: m -j libgraphicsenv Change-Id: I3728d5e964c167b62173a0cb555fe3fbbbe5fc92 --- libs/graphicsenv/Android.bp | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/graphicsenv/Android.bp') diff --git a/libs/graphicsenv/Android.bp b/libs/graphicsenv/Android.bp index 9f995380bd..4da30e9980 100644 --- a/libs/graphicsenv/Android.bp +++ b/libs/graphicsenv/Android.bp @@ -22,7 +22,6 @@ cc_library_shared { cflags: ["-Wall", "-Werror"], shared_libs: [ - "libnativeloader", "liblog", ], -- cgit v1.2.3-59-g8ed1b