TurboModule Android: rename libreact_nativemodule_manager to libturbomodulejsijni

Summary:
TurboModule Java files are still using the old lib name: `turbomodulejsijni`, so let's keep it that way for now.

Changelog: [Internal]

Reviewed By: yungsters

Differential Revision: D23946945

fbshipit-source-id: ff095ff51dca532c82e67e1c75e9a4e9be392d61
This commit is contained in:
Kevin Gozali
2020-09-25 22:14:56 -07:00
committed by Facebook GitHub Bot
parent 45a4a67965
commit 4072b1865a
3 changed files with 6 additions and 5 deletions
@@ -39,7 +39,8 @@ include $(BUILD_STATIC_LIBRARY)
include $(CLEAR_VARS)
# Name of this module.
LOCAL_MODULE := react_nativemodule_manager
# TODO: rename to react_nativemodule_manager
LOCAL_MODULE := turbomodulejsijni
# Header search path for all source files in this module.
LOCAL_C_INCLUDES := $(LOCAL_PATH)/ReactCommon