aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Hartman <ghartman@google.com>2017-10-06 11:52:21 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-06 11:52:21 +0000
commitfa6d695d4e286bb298ac8df7a2a4af9e4c70f4a7 (patch)
treec7ea9693565f386cda312db048b5c50731560304
parentb54d57216003ce6215fbd9fcaef5ff99ad22faa5 (diff)
parentaeec0bbe29fc635a6cc70cc854de25c6374e63c4 (diff)
downloadlibjpeg-turbo-android-o-mr1-iot-preview-6.tar.gz
Add host side build for libjpeg-turboandroid-o-mr1-iot-preview-6o-mr1-iot-preview-6
am: aeec0bbe29 Change-Id: I94aeb5989b0204d80b8d8406a3f9d3609ba6d5a1
-rw-r--r--Android.bp7
1 files changed, 7 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index b0f5ecb2..8b1438de 100644
--- a/Android.bp
+++ b/Android.bp
@@ -167,7 +167,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,
},