commit | 383126cc1d0bd08f38c8a5c6ea63c3a45209836d | [log] [tgz] |
---|---|---|
author | Grace Jia <xiaotonj@google.com> | Wed Nov 30 15:27:20 2022 -0800 |
committer | Grace Jia <xiaotonj@google.com> | Tue Mar 07 16:17:54 2023 +0800 |
tree | 28adc61b74dd358517e7ded340000daa7b600798 | |
parent | a45a174894c7bb63994683b587bcaaa955731806 [diff] [blame] |
Add monitor related code to make sure that voip app invoke platform APIs in expected way. Bug: 261877110 Test: atest VoipCallMonitorTest.java Change-Id: Idfdf6f29b88b6491a140b25017244a7ced18a8a9
diff --git a/Android.bp b/Android.bp index 1b422aa..c5141ca 100644 --- a/Android.bp +++ b/Android.bp
@@ -28,6 +28,9 @@ static_libs: [ "androidx.annotation_annotation", ], + libs: [ + "services", + ], resource_dirs: ["res"], proto: { type: "nano",