summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorGyanesh Mittal <gyaneshm@google.com>2023-06-09 00:54:04 +0000
committerAndroid Build Cherrypicker Worker <android-build-cherrypicker-worker@google.com>2023-06-09 00:54:04 +0000
commitd3db7dca9409cb5c5601718d92f85389af032339 (patch)
tree44653ddebf86665f0901d9addf31f6e149836bf7 /Android.bp
parentc32739b44f1c58c05bf0cb87d3e23a9c4f338d0c (diff)
downloadContacts-d3db7dca9409cb5c5601718d92f85389af032339.tar.gz
Add SdnProvider to AOSP Contacts app
Bug: 285969261 Test: Manually (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:76816ec373c902359c6fd8d5967b5b6b063d2128) Merged-In: I86aa75509ded71ed97db39c2d19ae7b3912853ea Change-Id: I86aa75509ded71ed97db39c2d19ae7b3912853ea
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index de9041260..36923ab74 100644
--- a/Android.bp
+++ b/Android.bp
@@ -25,6 +25,7 @@ android_app {
srcs: [
"src/**/*.java",
+ "src/**/*.kt",
"src-bind/**/*.java",
],