commit | cf72ecf1934e7b1a2cdacbf74eb699f44dc423ad | [log] [tgz] |
---|---|---|
author | Handa Wang <handaw@google.com> | Fri Nov 03 13:26:03 2023 +0800 |
committer | Handa Wang <handaw@google.com> | Fri Nov 03 06:49:51 2023 +0000 |
tree | bab50cfab30308dbdff61fc9795d7ebcf1df268b | |
parent | 6aa030026c7ccc705cb101994edd34bad502f7ed [diff] |
add ot-cli-ftd in /system/bin/ for eng and userdebug builds `ot-cli-ftd` is a CLI tool simulating a node in Thread network. See https://www.threadgroup.org/ about Thread networking technology. It's currently in `/vendor/bin/` but we're moving it to `/system/bin/` because `ot-cli-ftd` will be used in various CI tests. `ot-cli-ftd` is also useful for debugging purpose. Bug: 309051262 Test: Verified on Cuttlefish. Change-Id: I96bf2bd7575540dc86e969a80cd9bb5634c3a1ea
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.