diff options
author | Malcolm Chen <refuhoo@google.com> | 2020-03-20 14:04:18 -0700 |
---|---|---|
committer | Xiangyu/Malcolm Chen <refuhoo@google.com> | 2020-03-20 21:08:49 +0000 |
commit | bd6d1eaec8f20a57bb8c9b2e18a756a149aa63cd (patch) | |
tree | f98fa5660778d40c9be84b0e4d56edf2fc642db1 /Android.bp | |
parent | c7991809cb21452e3a9d8f2e2ca0b1eeabe7471b (diff) |
Remove framework-telephony as it's not used in R.
Bug: 151667108
Test: build
Change-Id: Ia9a93b30a2f6b9d8cf464627e3cea3f91f3bfbec
Merged-In: I7ad2eefa854da00845d1d5c2fea596628f092e92
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/Android.bp b/Android.bp index 152594a7d978..b754285e5bff 100644 --- a/Android.bp +++ b/Android.bp @@ -1321,41 +1321,6 @@ java_library { libs: ["android_system_stubs_current"], } -java_library { - name: "framework-telephony", - srcs: [ - //":framework-telephony-sources", - //":framework-telephony-shared-srcs", - ], - // TODO: change to framework-system-stub to build against system APIs. - libs: [ - "framework-minus-apex", - "unsupportedappusage", - ], - static_libs: [ - "libphonenumber-platform", - "app-compat-annotations", - ], - sdk_version: "core_platform", - aidl: { - export_include_dirs: ["telephony/java"], - include_dirs: [ - "frameworks/native/aidl/binder", - "frameworks/native/aidl/gui", - ] - }, - jarjar_rules: ":framework-telephony-jarjar-rules", - dxflags: [ - "--core-library", - "--multi-dex", - ], - // This is to break the dependency from boot jars. - dex_preopt: { - enabled: false, - }, - installable: true, -} - filegroup { // TODO (b/147690217): move to frameworks/base/telephony/common. name: "framework-telephony-annotations", |