diff options
author | markchien <markchien@google.com> | 2020-02-14 11:55:48 +0800 |
---|---|---|
committer | markchien <markchien@google.com> | 2020-02-19 15:10:44 +0800 |
commit | 8cf2a5588b7665815c20982cd578e255f87434ae (patch) | |
tree | cbd4ae587f2775cadc44fcb4609689304224c61b /services/Android.bp | |
parent | f8af6922140dbe93e077f4f9fd49a18f111831d1 (diff) |
Use framework-tethering-stub instead of framework-tethering
The non-updatable part of the platform now is built with
framework-tethering-stub, which is a stub library of
framework-tethering.
Bug: 147200698
Test: m
Change-Id: I97ef83f7f9b4c1376f373713036f5256318f1050
Merged-In: I97ef83f7f9b4c1376f373713036f5256318f1050
Diffstat (limited to 'services/Android.bp')
-rw-r--r-- | services/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/Android.bp b/services/Android.bp index 073fccc8d1c0..ccdfca0b765d 100644 --- a/services/Android.bp +++ b/services/Android.bp @@ -72,7 +72,7 @@ java_library { libs: [ "android.hidl.manager-V1.0-java", - "framework-tethering" + "framework-tethering-stubs", ], plugins: [ |