We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf69c0c + 6ff6b9b commit e59b42fCopy full SHA for e59b42f
1 file changed
libs/binder/ndk/include_platform/android/binder_stability.h
@@ -27,6 +27,10 @@ constexpr binder_flags_t FLAG_PRIVATE_VENDOR = 0x10000000;
27
28
#if defined(__ANDROID_VENDOR__)
29
30
+#if defined(__ANDROID_PRODUCT__)
31
+#error "build bug: product is not part of the vendor half of the Treble system/vendor split"
32
+#endif
33
+
34
/**
35
* Private addition to binder_flag_t.
36
*/
0 commit comments