aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Chien <loganchien@google.com>2018-02-27 15:55:04 +0800
committerLogan Chien <loganchien@google.com>2018-02-27 15:56:45 +0800
commit3af346c29fa1c2e12b6afc9b7d8d1ebbb3ec606a (patch)
treead03dd73ed9fb90d7dcc0c520587db6f26d2f01f
parentede65822961df0d338afadbf52035ffad4092aff (diff)
downloadeigen-3af346c29fa1c2e12b6afc9b7d8d1ebbb3ec606a.tar.gz
Reformat Android.bp file
This commit replaces `=` with `:`, which is more idiomatic. Test: aosp_sailfish-userdebug builds Change-Id: Id1c31368ab5acf9f1009f410c8b5ec2a7fe9c0e5
-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"]