aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Chien <loganchien@google.com>2018-03-05 03:07:11 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-03-05 03:07:11 +0000
commitf314bba6e9665c4789000447ee5d668f5481e99c (patch)
tree7da889cb23ef26b729d36bdafce520d86d431ab1
parent154ca5c8cbac93d717237ea421e1549d0b70b86f (diff)
parenta5436961122cf412c16de6ee5ac71a38c13da703 (diff)
downloadlibese-f314bba6e9665c4789000447ee5d668f5481e99c.tar.gz
am: a543696112 Change-Id: I2aac3efa8f897c923fabe8631822a3f7ed83f04c
-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"],
}