2019-10-15 10:30:08 -07:00
|
|
|
/*
|
2018-10-24 03:09:58 -07:00
|
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
|
|
*
|
|
|
|
* This source code is licensed under the MIT license found in the
|
|
|
|
* LICENSE file in the root directory of this source tree.
|
|
|
|
*/
|
|
|
|
|
2019-09-10 08:15:12 -07:00
|
|
|
include ':yoga', ':yogacore', ':yoga-layout', ':yoga:proguard-annotations', ':libfb', ':testutil'
|
2017-02-23 04:57:16 -08:00
|
|
|
project(':yoga').projectDir = file('java')
|
2017-03-08 00:09:32 -08:00
|
|
|
project(':yoga:proguard-annotations').projectDir = file('java/proguard-annotations')
|
2017-02-23 04:57:18 -08:00
|
|
|
project(':yoga-layout').projectDir = file('android')
|
2017-04-19 12:22:07 -07:00
|
|
|
project(':libfb').projectDir = file('lib/fb')
|
2019-09-10 08:15:12 -07:00
|
|
|
project(':testutil').projectDir = file('testutil')
|