Logioniz
Logioniz

Reputation: 891

AOSP Android.mk compile only one tool

In AOSP i want to compile one tool adb which located in system/core/adb.

I do not want to wait until the entire project is compiled to check one tool.

When I compile the entire project, the file is in this directory (out/host/linux-x86/bin/adb)

So how can i compile only adb (host tool)?

Upvotes: 0

Views: 363

Answers (1)

Logioniz
Logioniz

Reputation: 891

make out/host/linux-x86/bin/adb

Upvotes: 2

Related Questions