Android.bp 395 B

1234567891011121314151617181920
  1. package {
  2. default_applicable_licenses: ["Android-Apache-2.0"],
  3. }
  4. bootstrap_go_package {
  5. name: "soong-android-soongconfig",
  6. pkgPath: "android/soong/android/soongconfig",
  7. deps: [
  8. "blueprint",
  9. "blueprint-parser",
  10. "blueprint-proptools",
  11. ],
  12. srcs: [
  13. "config.go",
  14. "modules.go",
  15. ],
  16. testSrcs: [
  17. "modules_test.go",
  18. ],
  19. }