Page MenuHomeSolus

Inital pkg for android-tools
AbandonedPublic

Authored by mariogrip on Dec 23 2018, 10:23 PM.
Tags
None
Referenced Files
F11004419: D4804.diff
Tue, Aug 1, 1:21 AM
F10987891: D4804.diff
Mon, Jul 24, 7:43 AM
F10936315: D4804.diff
Thu, Jul 13, 2:27 AM
F10864140: D4804.diff
Jun 17 2023, 6:38 AM
F10793743: D4804.id11740.diff
May 27 2023, 12:52 PM
F10781893: D4804.id.diff
May 25 2023, 10:34 AM
F10779368: D4804.id11737.diff
May 24 2023, 4:40 PM
F10779278: D4804.diff
May 24 2023, 3:54 PM

Details

Reviewers
DataDrake
Group Reviewers
Triage Team
Maniphest Tasks
T7381: Package Request: android-tools
Summary

Inital pkg for android-tools, this includes adb and fastboot. fixes T7381

Test Plan

pkg functions and installs correctly

adb, connected to device functions as normal. shell, push, pull, devices functions as normal
fastboot, functions as normal, no udev rules so sudo is needed. flash and boot functions as normal

Diff Detail

Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

  • Move to programming.tools
  • Update pspec to reflect package.yml
DataDrake added a subscriber: DataDrake.
DataDrake added inline comments.
package.yml
12

Should be using pkgconfig() directives for libraries with .pc files. See Provides in the eopkg info output for the required libs.

This revision now requires changes to proceed.Dec 26 2018, 2:15 PM
EvolutionMod added a subscriber: EvolutionMod.
This comment was removed by EvolutionMod.

should be android-command-line-tools or something to that affect because its only adb and fastboot, not the entire android platform-tools

No. It should be android-tools to match upstream.

should be android-command-line-tools or something to that affect because its only adb and fastboot, not the entire android platform-tools

No. It should be android-tools to match upstream.

I just seen that, for some reason i was thinking it was bundled still.

I just seen that, for some reason i was thinking it was bundled still.

Probably because this is the ubports fork, not Google's.

I just seen that, for some reason i was thinking it was bundled still.

Probably because this is the ubports fork, not Google's.

Thanks @DataDrake

package.yml
13

zlib-devel is not needed as it's part of system.devel.

package.yml
14

Ditto for openssl-devel.

Closing due to lack of movement.