commit | b398fc83938b4d85e703103f08dd092076170960 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Tue Jan 24 14:45:46 2023 +0000 |
committer | Andrew Walbran <qwandor@google.com> | Thu Jan 26 13:06:30 2023 +0000 |
tree | bba48453cffc534db3c1fb5a0b9d3e9eec1cd3e8 | |
parent | e90e6eb3f5b05f6e0ec877608606eceb525be3ac [diff] [blame] |
Validate that PCI MMIO regions are within the expected range. Bug: 237249346 Test: Built and ran pVM firmware manually Change-Id: Ic506486c8961f40fa6f08c602813bf17796be8e7
diff --git a/pvmfw/Android.bp b/pvmfw/Android.bp index f5e214e..21f84a5 100644 --- a/pvmfw/Android.bp +++ b/pvmfw/Android.bp
@@ -18,6 +18,7 @@ "libfdtpci", "liblibfdt", "liblog_rust_nostd", + "libonce_cell_nostd", "libpvmfw_avb_nostd", "libpvmfw_embedded_key", "libtinyvec_nostd",