Add libese to linking targets

These targets contain references to ese_error{,_code,_message} methods
contained in libese. It builds fine previously because these references
can be optimized out by the compiler, however a non-inlining compiler
would produce error when building these targets.

Test: Build
Bug: 37752547
Change-Id: I9e75bf1a36ba3abd7d9ec6b85f4b3606b06deff7
diff --git a/esed/Android.bp b/esed/Android.bp
index 445efd3..53e7da6 100644
--- a/esed/Android.bp
+++ b/esed/Android.bp
@@ -39,6 +39,7 @@
     init_rc = ["esed.rc"],
     defaults: ["esed_defaults"],
     shared_libs: [
+        "libese",
         "libbase",
         "libese_cpp_nxp_pn80t_nq_nci",
         "libhidlbase",