commit | 48ae71a6f0ccca27c92568f5e6f10eaf08ef4723 | [log] [tgz] |
---|---|---|
author | Bill Peckham <bpeckham@google.com> | Wed Jul 22 17:59:34 2020 -0700 |
committer | Bill Peckham <bpeckham@google.com> | Thu Jul 23 20:57:22 2020 +0000 |
tree | 0362244e983fd7dc3732915900f6da0af11e6c15 | |
parent | b7f74b89db218a00b54951c2c3c6f897a02a17ef [diff] |
Export TARGET_ENABLE_MEDIADRM_64 to Soong. The change enables conversion of hardware/interfaces/drm/1.0/default from make to Soong by exporting a variable used in a conditional check by the modules in that directory. Bug: 161571531 Bug: 123557988 Test: Build with TARGET_ENABLE_MEDIADRM_64 := Test: Build with TARGET_ENABLE_MEDIADRM_64 := true Test: Insepction of out/soong/soong.variables for each Test: Inspection of target files package for each Test: Verify inclusion of modules in vendor snapshot Change-Id: I5737d9d4687e182595a213be000b2e56c7536b8a
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.