2017-02-14 07:54:20 -08:00
|
|
|
# Copyright (c) 2014-present, Facebook, Inc.
|
|
|
|
# All rights reserved.
|
|
|
|
#
|
|
|
|
# This source code is licensed under the BSD-style license found in the
|
|
|
|
# LICENSE file in the root directory of this source tree. An additional grant
|
|
|
|
# of patent rights can be found in the PATENTS file in the same directory.
|
|
|
|
|
2017-02-24 21:40:45 -08:00
|
|
|
include_defs("//YOGA_DEFS")
|
2017-02-14 07:54:20 -08:00
|
|
|
|
|
|
|
android_aar(
|
2017-02-24 21:40:45 -08:00
|
|
|
name = "android",
|
|
|
|
manifest_skeleton = "src/main/AndroidManifest.xml",
|
|
|
|
visibility = [
|
|
|
|
"PUBLIC",
|
|
|
|
],
|
|
|
|
deps = [
|
|
|
|
ANDROID_JAVA_TARGET,
|
|
|
|
ANDROID_RES_TARGET,
|
|
|
|
INFER_ANNOTATIONS_TARGET,
|
|
|
|
JAVA_TARGET,
|
|
|
|
PROGRUARD_ANNOTATIONS_TARGET,
|
|
|
|
],
|
2017-02-14 07:54:20 -08:00
|
|
|
)
|
|
|
|
|
|
|
|
android_resource(
|
2017-02-24 21:40:45 -08:00
|
|
|
name = "res",
|
|
|
|
package = "com.facebook.yoga.android",
|
|
|
|
res = "src/main/res",
|
|
|
|
visibility = [
|
|
|
|
"PUBLIC",
|
|
|
|
],
|
2017-02-14 07:54:20 -08:00
|
|
|
)
|
|
|
|
|
|
|
|
project_config(
|
2017-02-24 21:40:45 -08:00
|
|
|
src_target = ":android",
|
2017-02-14 07:54:20 -08:00
|
|
|
)
|