Skip to content

Commit 66e80a3

Browse files
Steven Morelandandroid-build-merge-worker-robot
authored andcommitted
Merge "libbinder_ndk: stability product build var canary" into main am: e59b42f
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3489838 Change-Id: If5ac120c878e973c6948ca4271719be743c00df6 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2 parents 4343b06 + e59b42f commit 66e80a3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

libs/binder/ndk/include_platform/android/binder_stability.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ constexpr binder_flags_t FLAG_PRIVATE_VENDOR = 0x10000000;
2727

2828
#if defined(__ANDROID_VENDOR__)
2929

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+
3034
/**
3135
* Private addition to binder_flag_t.
3236
*/

0 commit comments

Comments
 (0)