commit | 81923d1289f648948c8fd15bb3b0173d87c09f5e | [log] [tgz] |
---|---|---|
author | Kiyoung Kim <kiyoungkim@google.com> | Mon Sep 18 16:46:23 2023 +0900 |
committer | Kiyoung Kim <kiyoungkim@google.com> | Thu Sep 21 15:43:55 2023 +0900 |
tree | b57ebd8601c3893e425ed25aba52d6e7b8c652f1 | |
parent | 5959c0200ddf1a69c57a8f30bebbe7f13406c849 [diff] |
Define llndk modules instead of vndk_package vndk_package installs more than VNDK APEX, which includes LLNDK for system and some core modules with vendor variant. This change adds a new target llndk_in_system to instal LLNDK modules in the system image and use this package if VNDK is deprecated Bug: 299197187 Test: Cuttlefish and Cheetah boot succeeded without error Change-Id: I9fe1114fdcb65c6143b5f734425c878a29138d0b
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.