Rename SONAR_OSS compiler flag
Summary: Part of sonar to flipper rename Reviewed By: passy Differential Revision: D9920332 fbshipit-source-id: 99b5cf33c07ca5d9cd59af21490fea18272e67d9
This commit is contained in:
committed by
Facebook Github Bot
parent
8ae77810d9
commit
3838decf1d
@@ -6,7 +6,7 @@ set(CMAKE_VERBOSE_MAKEFILE on)
|
|||||||
|
|
||||||
set(PACKAGE_NAME "sonar")
|
set(PACKAGE_NAME "sonar")
|
||||||
|
|
||||||
add_compile_options(-DSONAR_OSS=1
|
add_compile_options(-DFLIPPER_OSS=1
|
||||||
-DFOLLY_NO_CONFIG
|
-DFOLLY_NO_CONFIG
|
||||||
-DSONAR_JNI_EXTERNAL=1
|
-DSONAR_JNI_EXTERNAL=1
|
||||||
-DFB_SONARKIT_ENABLED=1
|
-DFB_SONARKIT_ENABLED=1
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
#ifdef SONAR_OSS
|
#ifdef FLIPPER_OSS
|
||||||
#include <fbjni/fbjni.h>
|
#include <fbjni/fbjni.h>
|
||||||
#else
|
#else
|
||||||
#include <fb/fbjni.h>
|
#include <fb/fbjni.h>
|
||||||
|
|||||||
Reference in New Issue
Block a user