Merge "libadf is a new member of VNDK" into oc-mr1-dev

This commit is contained in:
TreeHugger Robot 2017-09-07 12:12:30 +00:00 committed by Android (Google) Code Review
commit 5809705759

View file

@ -12,8 +12,12 @@
// See the License for the specific language governing permissions and
// limitations under the License.
cc_library_static {
cc_library {
name: "libadf",
vendor_available: true,
vndk: {
enabled: true,
},
srcs: ["adf.cpp"],
cflags: ["-Werror"],
local_include_dirs: ["include"],