author | Yifan Hong <elsk@google.com> | |
Fri, 12 Oct 2018 20:08:52 +0000 (13:08 -0700) | ||
committer | Yifan Hong <elsk@google.com> | |
Mon, 15 Oct 2018 22:42:11 +0000 (15:42 -0700) | ||
commit | 0cd10dd03e260a8a730017ead6e9eb910c6945b0 | |
tree | 1ad089c72d45887e1fafb8064d1a6c8e9702c0af | tree | snapshot (tar.xz tar.gz zip) |
parent | f06fb17cd7170737cc3322a6820a1e9a3d509bf2 | commit | diff |
compatibility matrices: move to soong
* Kernel config requirements are built as
separate rules in kernel/configs. All kernel requirements
(including minlts and configs) are represented there.
* device framework compatibility matrix and final
framework compatibility matrix need special environment
variables, so they are not generic enough to be written
in the soong rule.
See compatibility_matrices/Android.bp for sample usages.
Test: builds and compare output before change
Change-Id: I53bf88362314f96487ca243c9292570b7931f24b
* Kernel config requirements are built as
separate rules in kernel/configs. All kernel requirements
(including minlts and configs) are represented there.
* device framework compatibility matrix and final
framework compatibility matrix need special environment
variables, so they are not generic enough to be written
in the soong rule.
See compatibility_matrices/Android.bp for sample usages.
Test: builds and compare output before change
Change-Id: I53bf88362314f96487ca243c9292570b7931f24b
compatibility_matrices/Android.bp | [new file with mode: 0644] | blob |
compatibility_matrices/Android.mk | diff | blob | history | |
compatibility_matrices/build/Android.bp | [new file with mode: 0644] | blob |
compatibility_matrices/build/vintf_compatibility_matrix.go | [new file with mode: 0644] | blob |