commit | 720deccc0b57b51b103433a713d2d5c9e74fed69 | [log] [tgz] |
---|---|---|
author | Gabriel Biren <gbiren@google.com> | Thu Jun 22 17:32:03 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Jun 22 17:32:03 2023 +0000 |
tree | b8d799702cd8b4344ac929e1c66dac21dad39392 | |
parent | fdcf16f55c1b7642bbdab02fc997a8295cd91d41 [diff] |
Revert "Add rule to convert WIFI_FEATURE_IMU_DETECTION" This reverts commit fdcf16f55c1b7642bbdab02fc997a8295cd91d41. Reason for revert: Variable belongs internally Change-Id: I3af8968f36f68bed34f40c921608582b1798ca65
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.