commit | 538966e256b6d74ad002de78ae6ba09c02bece81 | [log] [tgz] |
---|---|---|
author | Sasha Smundak <asmundak@google.com> | Wed Feb 05 19:54:20 2020 -0800 |
committer | Sasha Smundak <asmundak@google.com> | Wed Feb 05 19:54:20 2020 -0800 |
tree | e1a2d8f541ad55f86c9eb70de604492ab1a37549 | |
parent | 2437377dc14c4284972cd801056f3adf03628e77 [diff] [blame] |
Convert Android.mk file to Android.bp See build/soong/README.md for more information. Fixes: 122332862 Test: treehugger Change-Id: I0de1acc2434881ac05a01c22e0a562f8195d51b7
diff --git a/testapps/SmsManagerTestApp/Android.bp b/testapps/SmsManagerTestApp/Android.bp new file mode 100644 index 0000000..5333eab --- /dev/null +++ b/testapps/SmsManagerTestApp/Android.bp
@@ -0,0 +1,5 @@ +android_app { + name: "SmsManagerTestApp", + srcs: ["src/**/*.java"], + sdk_version: "current", +}