We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca2def9 + 6b97f7f commit 1be3153Copy full SHA for 1be3153
2 files changed
libs/binder/ndk/include_platform/android/binder_manager.h
@@ -18,9 +18,12 @@
18
19
#include <android/binder_ibinder.h>
20
#include <android/binder_status.h>
21
-#include <android/llndk-versioning.h>
22
#include <sys/cdefs.h>
23
+#ifndef __TRUSTY__
24
+#include <android/llndk-versioning.h>
25
+#endif
26
+
27
__BEGIN_DECLS
28
29
enum AServiceManager_AddServiceFlag : uint32_t {
libs/binder/trusty/ndk/include/sys/cdefs.h
@@ -22,3 +22,4 @@
#define __END_DECLS __END_CDECLS
#define __INTRODUCED_IN(x) /* nothing on Trusty */
+#define __INTRODUCED_IN_LLNDK(x) /* nothing on Trusty */
0 commit comments