Android.bp 467 B

123456789101112131415161718192021
  1. package {
  2. default_applicable_licenses: ["Android-Apache-2.0"],
  3. }
  4. cc_library_static {
  5. name: "libbuildversion",
  6. host_supported: true,
  7. recovery_available: true,
  8. srcs: ["libbuildversion.cpp"],
  9. export_include_dirs: ["include"],
  10. cflags: ["-fvisibility=hidden"],
  11. target: {
  12. windows: {
  13. enabled: true,
  14. },
  15. },
  16. apex_available: [
  17. "//apex_available:platform",
  18. "//apex_available:anyapex",
  19. ],
  20. }