Add support to different deviceinfo variables in mainline/downstream subpackages
This commit is contained in:
parent
10cbdc7225
commit
9249bf2122
9 changed files with 107 additions and 14 deletions
6
main/devicepkg-dev/testdata/deviceinfo
vendored
Normal file
6
main/devicepkg-dev/testdata/deviceinfo
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
deviceinfo_name="Test"
|
||||
deviceinfo_kernel_cmdline_downstream="androidboot.boot_recovery=1"
|
||||
deviceinfo_kernel_cmdline_mainline="console=ttyMSM0,115200,n8 PMOS_NO_OUTPUT_REDIRECT"
|
||||
deviceinfo_kernel_cmdline_other="root=/dev/sda1 quiet splash"
|
||||
deviceinfo_bootimg_qcdt_downstream="true"
|
||||
deviceinfo_bootimg_qcdt_mainline="false"
|
||||
3
main/devicepkg-dev/testdata/expected-deviceinfo-downstream
vendored
Normal file
3
main/devicepkg-dev/testdata/expected-deviceinfo-downstream
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
deviceinfo_name="Test"
|
||||
deviceinfo_kernel_cmdline="androidboot.boot_recovery=1"
|
||||
deviceinfo_bootimg_qcdt="true"
|
||||
3
main/devicepkg-dev/testdata/expected-deviceinfo-mainline
vendored
Normal file
3
main/devicepkg-dev/testdata/expected-deviceinfo-mainline
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
deviceinfo_name="Test"
|
||||
deviceinfo_kernel_cmdline="console=ttyMSM0,115200,n8 PMOS_NO_OUTPUT_REDIRECT"
|
||||
deviceinfo_bootimg_qcdt="false"
|
||||
Loading…
Add table
Add a link
Reference in a new issue