Home | History | Annotate | Download | only in rawbu
      1 // Copyright 2009 The Android Open Source Project
      2 
      3 cc_binary {
      4     name: "rawbu",
      5 
      6     srcs: ["backup.cpp"],
      7 
      8     cflags: [
      9         "-Wall",
     10         "-Werror",
     11     ],
     12 
     13     shared_libs: ["libcutils"],
     14 }
     15