commit | a835eb9810c260dbee73c8fd0643372573f5d182 | [log] [tgz] |
---|---|---|
author | Devin Moore <devinmoore@google.com> | Fri Oct 14 15:20:20 2022 +0000 |
committer | Devin Moore <devinmoore@google.com> | Fri Oct 14 15:51:49 2022 +0000 |
tree | 75f9308f396d2264118e58381878d9c9a7ce5bb5 | |
parent | 1c5f813bf0ece71587acf5d8f71f14194046d7e8 [diff] |
Don't install omx service by default on new devices On devices launching after Android U, we no longer install the HIDL OMX service. It is deprecated. Test: Build and run Cuttlefish with SHIPING_API_LEVEL 33 and 34 Bug: 218588089 Change-Id: I9a6dbffd381bdad5428e9c365bd50445a9b14a67
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.