Migrate yoga defs to Skylark syntax.

Summary: https://our.intern.facebook.com/intern/dex/buck/python-to-skylark/

Reviewed By: adamjernst

Differential Revision: D6411822

fbshipit-source-id: 2abe2c183d1b1a28349d0c7bd765754688ec4441
This commit is contained in:
Taras Tsugrii
2017-11-27 13:47:46 -08:00
committed by Facebook Github Bot
parent afaafb4126
commit dec1172f38
20 changed files with 21 additions and 24 deletions

View File

@@ -4,7 +4,7 @@
# This source code is licensed under the license found in the
# LICENSE-examples file in the root directory of this source tree.
include_defs("//YOGA_DEFS")
load("//:yoga_defs.bzl", "ANDROID_SAMPLE_JAVA_TARGET", "ANDROID_SAMPLE_RES_TARGET", "ANDROID_RES_TARGET")
android_binary(
name = "sample",