Skip to content

Commit

Permalink
Use fbjni dependencies directly
Browse files Browse the repository at this point in the history
Summary: This will be more friendly to OSS

Reviewed By: passy

Differential Revision: D21420111

fbshipit-source-id: ce64bea25f2bb2274d3a451ace28d8e3d3279adc
  • Loading branch information
mhorowitz authored and facebook-github-bot committed May 19, 2020
1 parent 9d3ed76 commit dd5167b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions android/test/java/com/facebook/hermes/test/HermesEpilogue.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
#ifndef HERMESEPILOGUE_H_
#define HERMESEPILOGUE_H_

#include <fb/fbjni.h>
#include <jni/Registration.h>
#include <fbjni/fbjni.h>
#include <jsi/jsi.h>

namespace facebook {
Expand Down
3 changes: 1 addition & 2 deletions android/test/java/com/facebook/hermes/test/JSRuntime.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
#ifndef JSRUNTIME_H
#define JSRUNTIME_H

#include <fb/fbjni.h>
#include <jni/Registration.h>
#include <fbjni/fbjni.h>
#include <jsi/jsi.h>

namespace facebook {
Expand Down

0 comments on commit dd5167b

Please sign in to comment.