summaryrefslogtreecommitdiff
path: root/gbl/third_party/libzbi/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'gbl/third_party/libzbi/src/lib.rs')
-rw-r--r--gbl/third_party/libzbi/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbl/third_party/libzbi/src/lib.rs b/gbl/third_party/libzbi/src/lib.rs
index e439884..529a87d 100644
--- a/gbl/third_party/libzbi/src/lib.rs
+++ b/gbl/third_party/libzbi/src/lib.rs
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-#![cfg_attr(not(test), no_std)]
+#![cfg_attr(not(any(test, android_dylib)), no_std)]
//! ZBI Processing Library
//!