Add option to disable VTS backend.
am: 9f7c29700a

Change-Id: Ib29db7beb555cedab0599cc7f3bcf2c3f1871dd6
diff --git a/generateCpp.cpp b/generateCpp.cpp
index 130a0b9..98e3d27 100644
--- a/generateCpp.cpp
+++ b/generateCpp.cpp
@@ -1258,6 +1258,7 @@
         << "_hidl_impl, {SCHED_NORMAL, 0});\n";
     out << "mSchedPolicy = prio.sched_policy;\n";
     out << "mSchedPriority = prio.prio;\n";
+    out << "setRequestingSid(::android::hardware::details::gServiceSidMap.get(_hidl_impl, false));\n";
     out.unindent();
 
     out.unindent();