aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Chien <loganchien@google.com>2018-03-05 02:56:17 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-03-05 02:56:17 +0000
commitb4890d76efa77071a5b4f63bfa3add574c3a3e46 (patch)
treeb4a6183a897fd07727c7cd50fad4c5d954fc5a47
parent3bdbe4bdc5161de59bd5fe4553dd4661c6ab5237 (diff)
parent773135272c86740714ede852a32ae9baa7d73254 (diff)
downloadlibese-b4890d76efa77071a5b4f63bfa3add574c3a3e46.tar.gz
Reformat Android.bp file
am: 773135272c Change-Id: I3aa4b7f7e1aa40e34879ee7414353dc9a18dcd95
-rw-r--r--esed/Android.bp2
-rw-r--r--libapdu/Android.bp2
2 files changed, 2 insertions, 2 deletions
diff --git a/esed/Android.bp b/esed/Android.bp
index f746f38..8570376 100644
--- a/esed/Android.bp
+++ b/esed/Android.bp
@@ -37,7 +37,7 @@ cc_binary {
"esed.cpp",
"Weaver.cpp",
],
- init_rc = ["esed.rc"],
+ init_rc: ["esed.rc"],
defaults: ["esed_defaults"],
shared_libs: [
"android.hardware.weaver@1.0",
diff --git a/libapdu/Android.bp b/libapdu/Android.bp
index f427f4c..037f46d 100644
--- a/libapdu/Android.bp
+++ b/libapdu/Android.bp
@@ -33,5 +33,5 @@ cc_library_static {
srcs: [
"apdu.cpp",
],
- export_include_dirs = ["include"],
+ export_include_dirs: ["include"],
}