blob: ea292d561b6cab8286da11035ebee2c07557fdee [file] [log] [blame]
# Copyright 2019 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//chrome/android/modules/buildflags.gni")
stack_unwinder_module_desc = {
name = "stack_unwinder"
android_manifest = "//chrome/android/modules/stack_unwinder/internal/java/AndroidManifest.xml"
java_deps = [ "//chrome/android/modules/stack_unwinder/internal:java" ]
native_deps = [ "//chrome/android/modules/stack_unwinder/internal:native" ]
load_native_on_get_impl = false
}