skia2/third_party/native_app_glue/BUILD.gn
Mike Klein a01c6b0b59 reformat GN files
Change-Id: I2d19c4f0ff1439dcd923a3064eb3ba78432a5113
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/281043
Commit-Queue: Mike Klein <mtklein@google.com>
Reviewed-by: Ben Wagner <bungeman@google.com>
2020-04-01 23:23:03 +00:00

16 lines
368 B
Plaintext

# Copyright 2016 Google Inc.
#
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
declare_args() {
}
import("../third_party.gni")
third_party("native_app_glue") {
public_include_dirs = [ "$ndk/sources/android/native_app_glue" ]
sources = [ "$ndk/sources/android/native_app_glue/android_native_app_glue.c" ]
}