]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android/platform-hardware-interfaces.git/commit
compatibility matrices: move to soong
authorYifan Hong <elsk@google.com>
Fri, 12 Oct 2018 20:08:52 +0000 (13:08 -0700)
committerYifan Hong <elsk@google.com>
Mon, 15 Oct 2018 22:42:11 +0000 (15:42 -0700)
commit0cd10dd03e260a8a730017ead6e9eb910c6945b0
tree1ad089c72d45887e1fafb8064d1a6c8e9702c0af
parentf06fb17cd7170737cc3322a6820a1e9a3d509bf2
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
compatibility_matrices/Android.bp [new file with mode: 0644]
compatibility_matrices/Android.mk
compatibility_matrices/build/Android.bp [new file with mode: 0644]
compatibility_matrices/build/vintf_compatibility_matrix.go [new file with mode: 0644]