commit | a8f2e3ead52c6ac577cc6680f853a93ffaa5ffdc | [log] [tgz] |
---|---|---|
author | Anton Hansson <hansson@google.com> | Thu Apr 30 17:02:07 2020 +0100 |
committer | Anton Hansson <hansson@google.com> | Thu Apr 30 17:05:01 2020 +0100 |
tree | 6b95f11c3d70d630b8966bc92c5822cdb2fd7601 | |
parent | 14fb7f6fac3856306629b02336fad31fdb8b619e [diff] |
Fix tethering module lib stub default It was using the systemapi stub defaults, but should be using the module_lib default. Bug: 144149403 Test: m Change-Id: Iaab154d9d71900284d92d518a086fc1227c00d5c Merged-In: Iaab154d9d71900284d92d518a086fc1227c00d5c (cherry picked from commit dc8e0fc1a11d53e54fa2d318872d1ca85e006960)
diff --git a/Tethering/common/TetheringLib/Android.bp b/Tethering/common/TetheringLib/Android.bp index 31c40d2..d0c4349 100644 --- a/Tethering/common/TetheringLib/Android.bp +++ b/Tethering/common/TetheringLib/Android.bp
@@ -133,5 +133,5 @@ java_library { name: "framework-tethering-stubs-module_libs_api", srcs: [":framework-tethering-stubs-srcs-module_libs_api"], - defaults: ["framework-module-stubs-lib-defaults-systemapi"], + defaults: ["framework-module-stubs-lib-defaults-module_libs_api"], }