| commit | bc9e956e0f6c4ce7304a3a65afeb33249e93a2c3 | [log] [tgz] |
|---|---|---|
| author | Sarah Chin <sarahchin@google.com> | Thu Oct 20 13:05:39 2022 -0700 |
| committer | Sarah Chin <sarahchin@google.com> | Thu Oct 20 13:05:42 2022 -0700 |
| tree | 98a818b4bf8e52a3e268c98de5df69084cc7c03c | |
| parent | 8334f70e4e3e99ae167ddac696248ff01acf15c0 [diff] |
Change telephony-common reference from static_libs to libs Test: atest TelephonyManagerReadNonDangerousPermissionTest Bug: 254564037 Change-Id: Ic0887e5ed7d934b81a19296473630a97572c2b24
diff --git a/Android.bp b/Android.bp index 5b8af0a..0a7ccdc 100644 --- a/Android.bp +++ b/Android.bp
@@ -83,7 +83,7 @@ java_library { name: "SliceStore", srcs: ["src/com/android/phone/slicestore/SliceStore.java",], - static_libs: ["telephony-common"], + libs: ["telephony-common"], } platform_compat_config {