Android.bp 326 B

123456789101112
  1. //
  2. // Copyright (C) 2022 The LineageOS Project
  3. //
  4. // SPDX-License-Identifier: Apache-2.0
  5. //
  6. cc_library_shared {
  7. name: "android.hardware.boot@1.2-impl-qti",
  8. stem: "android.hardware.boot@1.0-impl-1.2-qti",
  9. defaults: ["android.hardware.boot@1.2-impl-qti_defaults"],
  10. static_libs: ["libgptutils.xiaomi_sm8450"],
  11. }