commit | 503ed30891af653463d90de2f49f00778a5c5eb5 | [log] [tgz] |
---|---|---|
author | Kangping Dong <wgtdkp@google.com> | Sat Jan 27 19:32:37 2024 +0800 |
committer | Kangping Dong <wgtdkp@google.com> | Mon Jan 29 02:20:35 2024 +0000 |
tree | 8ec355869abb0e57b7527f12ba7a1331f145e71a | |
parent | e11290c27c6bb30a2a15354160445e0f46199ad9 [diff] |
[Thread] add ot-ctl to userdebug for testing ot-ctl is a helper utility to control the ot-daemon system service for development and testing. This commit adds ot-ctl into /system/bin for userdebug images. Bug: 322595971 Change-Id: Ic2440c4af14be303db637e9ab6b08785ef3b9f82
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.