Rename libsonar* to libflipper*
Summary: Rename the native libraries. Reviewed By: priteshrnandgaonkar Differential Revision: D10009245 fbshipit-source-id: 987c4fdb1acc21abbbecfb3db8a672f4aa4e499d
This commit is contained in:
committed by
Facebook Github Bot
parent
b78c703bdb
commit
c7b0d419cb
@@ -17,7 +17,7 @@ android {
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
arguments '-DANDROID_TOOLCHAIN=clang', '-DANDROID_STL=c++_shared'
|
||||
targets 'sonar', 'event', 'event_extra', 'event_core'
|
||||
targets 'flipper', 'event', 'event_extra', 'event_core'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user