aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp8
1 files changed, 4 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index 6603f2bb6..ad2b8c5b0 100644
--- a/Android.bp
+++ b/Android.bp
@@ -13,10 +13,10 @@
// limitations under the License.
cc_library_headers {
- export_include_dirs = [ "." ],
- name: "libeigen",
- vendor_available: true,
- host_supported: true,
+ name: "libeigen",
+ export_include_dirs: ["."],
+ vendor_available: true,
+ host_supported: true,
}
subdirs = ["blas"]