blob: 898a28461a6e08f118aa84e90cb0a0e7499c9bca [file] [log] [blame]
// Copyright 2015 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef LIBPROTOBINDER_BINDER_EXPORT_H_
#define LIBPROTOBINDER_BINDER_EXPORT_H_
#define BINDER_EXPORT __attribute__((visibility("default")))
#endif // LIBPROTOBINDER_BINDER_EXPORT_H_