Home | History | Annotate | Download | only in acp
      1 // Copyright 2005 The Android Open Source Project
      2 //
      3 // Custom version of cp.
      4 
      5 cc_binary_host {
      6 
      7     srcs: ["acp.c"],
      8 
      9     static_libs: ["libhost"],
     10     name: "acp",
     11     stl: "none",
     12 
     13 }
     14