commit | ab5457c038aee6ef785e02ef8d19236208f74e3d | [log] [tgz] |
---|---|---|
author | Bill Yang <yangbill@google.com> | Fri Sep 06 01:38:58 2024 +0000 |
committer | Bill Yang <yangbill@google.com> | Tue Sep 10 03:39:50 2024 +0000 |
tree | 2aa7e8dbed227c56245d007127b8b9ff611affbe | |
parent | 7c112657244506c784b4ea4bf8b2d70ae7ef2d9f [diff] |
Export USE_CAMERA_V4L2_HAL to soong Export the variable for hardware/libhardware/modules/camera/3_4:camera.v4l2 Bug: 349300092 Test: lunch aosp_cheetah-trunk_staging-userdebug; \ USE_CAMERA_V4L2_HAL=true m camera.v4l2 camera.v4l2_test Change-Id: I590e5218dbe51af004a15d2da4456da7515e72dc
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.