Buck: renamed rn_library() kwarg: native_module_android_package_name -> android_package_name (#36867)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/36867

This will make it consistent with rn_codegen() kwargs, and because android_package_name is not just limited to native_module's

Changelog: [Internal]

Reviewed By: mdvacca

Differential Revision: D44857744

fbshipit-source-id: 37a8a69b443ffc8bfbaa145b0f21270a0f3515d4
This commit is contained in:
Kevin Gozali
2023-04-11 02:48:42 -07:00
committed by Facebook GitHub Bot
parent 9193c4f50c
commit 511bf4f3e9
+1 -1
View File
@@ -63,13 +63,13 @@ rn_library(
"js/examples/WebSocket/websocket_test_server.js",
],
),
android_package_name = "com.facebook.fbreact.specs",
codegen_components = True,
codegen_modules = True,
labels = [
"pfh:ReactNative_CommonInfrastructurePlaceholder",
],
native_component_spec_name = "AppSpecs",
native_module_android_package_name = "com.facebook.fbreact.specs",
native_module_spec_name = "AppSpecs",
skip_processors = True,
visibility = ["PUBLIC"],