aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.bp7
1 files changed, 7 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 7253d713..b5581302 100644
--- a/Android.bp
+++ b/Android.bp
@@ -173,7 +173,14 @@ cc_defaults {
// Also build as a shared library.
cc_library {
name: "libjpeg",
+ host_supported: true,
vendor_available: true,
+ target: {
+ // TODO(b/67474260) Turn this back on
+ darwin: {
+ enabled: false,
+ },
+ },
vndk: {
enabled: true,
},