Revert^2 "Move tracing calls to libbinder_ndk"

- API_LEVEL_AT_LEAST is not working for some product modules.
Excluding call to AIBinder_Class_setTransactionCodeToFunctionNameMap
until product checks are fixed
- Removed __INTRODUCED_IN_LLNDK

07198ad6b5fd6c8f4b43f9eb803330b5226323ed

Test: m CtsNdkBinderTestCases && atest -c CtsNdkBinderTestCases
Bug: 349936395

Change-Id: I49d83f453101cddc1a3e13df41dc8b4672217bd2
diff --git a/libs/binder/trusty/OS.cpp b/libs/binder/trusty/OS.cpp
index 157ab3c..ba9e457 100644
--- a/libs/binder/trusty/OS.cpp
+++ b/libs/binder/trusty/OS.cpp
@@ -42,6 +42,10 @@
 
 void trace_int(uint64_t, const char*, int32_t) {}
 
+uint64_t get_trace_enabled_tags() {
+    return 0;
+}
+
 uint64_t GetThreadId() {
     return 0;
 }