Android.bp 207 B

1234567891011
  1. //
  2. // Copyright (C) 2024 The LineageOS Project
  3. //
  4. // SPDX-License-Identifier: Apache-2.0
  5. //
  6. cc_library_shared {
  7. name: "libhypervintf",
  8. srcs: ["libhypervintf/libhypervintf.cpp"],
  9. vendor: true,
  10. }