commit | 81a3af2a49142475200d4f3114e006b992030a48 | [log] [tgz] |
---|---|---|
author | Jerome Gaillard <jgaillard@google.com> | Thu Nov 29 19:27:57 2018 +0000 |
committer | Jerome Gaillard <jgaillard@google.com> | Wed Jan 16 14:38:50 2019 +0000 |
tree | 279a751cdffa8fc3072bee5b0ab75bdc58908e43 | |
parent | 80587c45771e64b1be86db066473afde3ef9a910 [diff] [blame] |
Enable libarect for Windows This is needed to use skia in Android Studio for Windows. Bug: 117921091 Test: sdk build Change-Id: I84cc869e9ff65819c781fbab2e5c000432a2259a
diff --git a/libs/arect/Android.bp b/libs/arect/Android.bp index a20154f..ad8287c 100644 --- a/libs/arect/Android.bp +++ b/libs/arect/Android.bp
@@ -25,4 +25,9 @@ host_supported: true, vendor_available: true, export_include_dirs: ["include"], + target: { + windows: { + enabled: true, + }, + }, }