aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Chien <loganchien@google.com>2018-03-05 03:00:39 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-03-05 03:00:39 +0000
commita5436961122cf412c16de6ee5ac71a38c13da703 (patch)
treeb4a6183a897fd07727c7cd50fad4c5d954fc5a47
parenteced8d18052b82a80fc0bee27e5792d61c2dfb7c (diff)
parentb4890d76efa77071a5b4f63bfa3add574c3a3e46 (diff)
downloadlibese-a5436961122cf412c16de6ee5ac71a38c13da703.tar.gz
Reformat Android.bp file am: 773135272c
am: b4890d76ef Change-Id: I95f08fb215e7a589496b69e9046457ad6bef1618
-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"],
}