app_process: use libhidlbase

libhwbinder symbols are moving into libhidlbase for memory/performance.
This change is preparing for this (and also to avoid a merge conflict).
Later changes will be added to remove dependencies on libhwbinder once
it is no longer required.

Bug: 134961554
Test: N/A
Change-Id: I128a007749356d4a8d75eba3e2c678c0f66c59fe
This commit is contained in:
Steven Moreland
2019-06-17 15:23:41 -07:00
parent 11d96c6de8
commit ef6a7da0f9

View File

@@ -21,6 +21,7 @@ cc_binary {
"libbinder",
"libcutils",
"libdl",
"libhidlbase",
"libhwbinder",
"liblog",
"libnativeloader",