Loading libs/binder/ndk/stability.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ using ::android::internal::Stability; #error libbinder_ndk should only be built in a system context #endif #ifdef __ANDROID_VENDOR__ #if defined(__ANDROID_VENDOR__) && !defined(__TRUSTY__) #error libbinder_ndk should only be built in a system context #endif Loading libs/binder/trusty/rust/rules.mk +3 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,9 @@ MODULE_LIBRARY_DEPS += \ external/rust/crates/downcast-rs \ trusty/user/base/lib/trusty-sys \ MODULE_RUSTFLAGS += \ --cfg 'android_vendor' \ # Trusty does not have `ProcessState`, so there are a few # doc links in `IBinder` that are still broken. MODULE_RUSTFLAGS += \ Loading Loading
libs/binder/ndk/stability.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ using ::android::internal::Stability; #error libbinder_ndk should only be built in a system context #endif #ifdef __ANDROID_VENDOR__ #if defined(__ANDROID_VENDOR__) && !defined(__TRUSTY__) #error libbinder_ndk should only be built in a system context #endif Loading
libs/binder/trusty/rust/rules.mk +3 −0 Original line number Diff line number Diff line Loading @@ -30,6 +30,9 @@ MODULE_LIBRARY_DEPS += \ external/rust/crates/downcast-rs \ trusty/user/base/lib/trusty-sys \ MODULE_RUSTFLAGS += \ --cfg 'android_vendor' \ # Trusty does not have `ProcessState`, so there are a few # doc links in `IBinder` that are still broken. MODULE_RUSTFLAGS += \ Loading