From 3af346c29fa1c2e12b6afc9b7d8d1ebbb3ec606a Mon Sep 17 00:00:00 2001 From: Logan Chien Date: Tue, 27 Feb 2018 15:55:04 +0800 Subject: Reformat Android.bp file This commit replaces `=` with `:`, which is more idiomatic. Test: aosp_sailfish-userdebug builds Change-Id: Id1c31368ab5acf9f1009f410c8b5ec2a7fe9c0e5 --- Android.bp | 8 ++++---- 1 file 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"] -- cgit v1.2.3