commit | 5959c0200ddf1a69c57a8f30bebbe7f13406c849 | [log] [tgz] |
---|---|---|
author | Kiyoung Kim <kiyoungkim@google.com> | Thu Sep 21 10:32:50 2023 +0900 |
committer | Kiyoung Kim <kiyoungkim@google.com> | Thu Sep 21 10:32:50 2023 +0900 |
tree | 58585dba25df97dac269a79bc43a24a0b52e29fc | |
parent | bf69b90e777f06985d694702d874fad75ef51adb [diff] |
Move vendor module into base_vendor There is a vendor module android.hidl.memory@1.0-impl.vendor which is defined in the base_system. Based on the definition of base_system.mk and base_vendor.mk, this module is better to be located in the base_vendor.mk. This change moves the module from base_system into base_vendor. Bug: 301344301 Test: Cuttlefish build succeeded Change-Id: I6dba5ec2380028b1b2c629f901db996c518e3f72
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.