Remove fbjni remnants

Summary: D42207782 moved Yoga to use vanilla JNI instead of fbjni, but there are some remnants left. One is a source copy being used to build lib/fb. The others are some targets/definitions left in Buck logic. This removes those, to prevent confusion.

Reviewed By: christophpurrer

Differential Revision: D42247773

fbshipit-source-id: ef9d831957948a183c39aac782ce869011e74fea
This commit is contained in:
Nick Gerleman
2022-12-28 01:21:52 -08:00
committed by Facebook GitHub Bot
parent 08eaae7223
commit 8035456330
66 changed files with 1 additions and 8343 deletions

View File

@@ -5,8 +5,7 @@
* LICENSE file in the root directory of this source tree.
*/
include ':yoga', ':yogacore', ':yoga-layout', ':yoga:proguard-annotations', ':libfb'
include ':yoga', ':yogacore', ':yoga-layout', ':yoga:proguard-annotations'
project(':yoga').projectDir = file('java')
project(':yoga:proguard-annotations').projectDir = file('java/proguard-annotations')
project(':yoga-layout').projectDir = file('android')
project(':libfb').projectDir = file('lib/fb')