Reland "Remove conditional vndbinder usage in CAS."

Fugu kernels have been updated.
Bug: 70393284
Test: fugu boots

This reverts commit e9fb979b1e.

Change-Id: I976a0df6279e6ae7d334fa22e3c2c83bb3e285b7
This commit is contained in:
Steven Moreland
2017-12-13 20:30:39 +00:00
parent e9fb979b1e
commit 11a8a0e183
2 changed files with 0 additions and 8 deletions

View File

@@ -12,12 +12,6 @@ cc_binary {
"TypeConvert.cpp",
],
product_variables: {
treble: {
cflags: ["-DUSE_VNDBINDER"],
},
},
compile_multilib: "32",
init_rc: ["android.hardware.cas@1.0-service.rc"],

View File

@@ -31,11 +31,9 @@ using android::hardware::cas::V1_0::IMediaCasService;
int main() {
ALOGD("android.hardware.cas@1.0-service starting...");
#ifdef USE_VNDBINDER
// The CAS HAL may communicate to other vendor components via
// /dev/vndbinder
android::ProcessState::initWithDriver("/dev/vndbinder");
#endif // USE_VNDBINDER
configureRpcThreadpool(8, true /* callerWillJoin */);