commit | cf8cc0c55eff32c9f826081fd9e73b5db94d44b0 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Thu Nov 30 15:52:46 2023 +0000 |
committer | Alan Stokes <alanstokes@google.com> | Thu Nov 30 15:52:46 2023 +0000 |
tree | e5bfc970fde8f78519dbbf32ca742228851b1be7 | |
parent | fe7c4aef9ac13755e133ac9ee15fa07594039e46 [diff] |
Remove redundant dependency I accidentally noticed we don't use spinlock in pvmfw. And we probably shouldn't, since it's single threaded. (Other than various parts of vmbase which does have the dependency.) Test: TH Change-Id: Ib7c33b4d9bd7baf98d0e0ed2d8208cc20d2cf8d5
diff --git a/pvmfw/Android.bp b/pvmfw/Android.bp index f49bbce..c6befb4 100644 --- a/pvmfw/Android.bp +++ b/pvmfw/Android.bp
@@ -34,7 +34,6 @@ "libvmbase", "libzerocopy_nostd", "libzeroize_nostd", - "libspin_nostd", ], }