aboutsummaryrefslogtreecommitdiff
path: root/tools/test_extract_kernel.py
Commit message (Collapse)AuthorAgeFilesLines
* extract_kernel: make it py2/py3 compatiblecfig2021-02-071-6/+6
| | | | | | | | | use py3 for AOSP build, while the script itself can be executed under py2/py3 environment directly. TEST: extract info from Pixel 4 kernel Change-Id: I00db6dabb1ff93f0758017a666c476816caefae7
* Add kernel info to compatibility.zipYifan Hong2019-01-301-0/+30
Add kernel configs / version to verified_assembled_vendor_manifest.xml so that the kernel of the incoming package can be checked against the framework. Previously, the running kernel was used instead. Bug: 111125947 Test: test_extract_kernel Test: manual OTA on Pixel 3 from build: Android P (kernel version 4.9.96) to ToT build: device kernel version = (manually modified) framework requirement = latest, PRODUCT_OTA_ENFORCE_VINTF_KERNEL_REQUIREMENTS = true Change-Id: Id524a58e94bdb6bba348ca461c9d33614ce451a9