Move in yoga sample android app
Summary: The sample app is simply moved into the repo. A few libraries are included and the buck targets rearranged. Reviewed By: emilsjolander Differential Revision: D4528129 fbshipit-source-id: 3e9e779857cd9219711a939876c9275d75e09929
This commit is contained in:
committed by
Facebook Github Bot
parent
ce5d52b54e
commit
a580712b2f
14
lib/android-support/BUCK
Normal file
14
lib/android-support/BUCK
Normal file
@@ -0,0 +1,14 @@
|
||||
# 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.
|
||||
|
||||
include_defs('//YOGA_DEFS')
|
||||
|
||||
prebuilt_jar(
|
||||
name = 'android-support',
|
||||
binary_jar = 'android-support-v4.jar',
|
||||
visibility = [YOGA_ROOT],
|
||||
)
|
BIN
lib/android-support/android-support-v4.jar
Normal file
BIN
lib/android-support/android-support-v4.jar
Normal file
Binary file not shown.
14
lib/appcompat/BUCK
Normal file
14
lib/appcompat/BUCK
Normal file
@@ -0,0 +1,14 @@
|
||||
# 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.
|
||||
|
||||
include_defs('//YOGA_DEFS')
|
||||
|
||||
android_prebuilt_aar(
|
||||
name = 'appcompat',
|
||||
aar = 'appcompat-v7-19.1.0.aar',
|
||||
visibility = [YOGA_ROOT],
|
||||
)
|
BIN
lib/appcompat/appcompat-v7-19.1.0.aar
Normal file
BIN
lib/appcompat/appcompat-v7-19.1.0.aar
Normal file
Binary file not shown.
Reference in New Issue
Block a user