diff options
| author | Tao Bao <tbao@google.com> | 2018-08-06 15:52:24 -0700 |
|---|---|---|
| committer | Tao Bao <tbao@google.com> | 2018-08-08 14:26:27 -0700 |
| commit | 818f938188b577c91c3f6cf9b87cfff714f4388f (patch) | |
| tree | b759475311552befd6668665871e629f5177c190 /fuse_sideload | |
| parent | 08cf9ccb2fb82eb4a40e5973fd937ac9aa58be77 (diff) | |
`recovery` uses more shared libraries.
Bug: 110380063
Test: `m -j installclean && mmma -j bootable/recovery` with
aosp_taimen-userdebug
Test: Build (`m -j bootimage`) and boot into recovery. Check that
`adb sideload` and `Run graphics test` both work.
Test: Run recovery_unit_test and recovery_component_test on marlin.
Change-Id: Ie6ed0e7cafa352d5faff9d1b6ccef724a0415e65
Diffstat (limited to 'fuse_sideload')
| -rw-r--r-- | fuse_sideload/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fuse_sideload/Android.bp b/fuse_sideload/Android.bp index 76bc16df..b7f9c039 100644 --- a/fuse_sideload/Android.bp +++ b/fuse_sideload/Android.bp @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -cc_library_static { +cc_library { name: "libfusesideload", cflags: [ |
