summaryrefslogtreecommitdiff
path: root/build.config.net_test
AgeCommit message (Collapse)Author
2019-07-22config.net_test: Set compilers paths to local repo'sAlessio Balsini
Android kernel repositories already provide prebuilt compilers that can be used to isolate the kernel dependencies from the host which builds the kernel. Use the prebuilt compiler provided with the kernel repository for the kernel test. This solutioion also allows the use of the clang compiler: [CC={clang,gcc}] build/build_test.sh Change-Id: I463dabf11bd8fd46d2e4577c82f7f222ed41958f Bug: none Test: local "[CC={clang,gcc}] build/build_test.sh" of aosp_kernel-common-android-* Signed-off-by: Alessio Balsini <balsini@google.com>
2019-02-01initial release of kernel/build in AOSPMatthias Maennich
Publish build scripts to build Android Kernels in AOSP. They include the actual build script build/build.sh, helper scripts to run the kernel/tests as well as common utilities for validating patches. Refer to build.sh for documentation on how to invoke the kernel build. Bug: 120282827 Signed-off-by: Matthias Maennich <maennich@google.com> Change-Id: Id860c320ced4e9a2fd5e32b4730c7b86ac843294