indie build

Signed-off-by: chenweijian <chenweijian16@huawei.com>
Change-Id: I43952ef37e4fde6e4ea66b0ec5df86edaf6da95e
This commit is contained in:
chenweijian 2024-04-21 20:45:49 +08:00
parent 47f6cbff1b
commit d9b51f97b7
5 changed files with 3 additions and 9 deletions

View File

@ -46,9 +46,7 @@
"hitrace",
"c_utils",
"common_event_service",
"window_manager"
],
"third_party": [
"window_manager",
"openssl"
]
},

View File

@ -11,11 +11,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import("//arkcompiler/ets_frontend/es2panda/es2abc_config.gni")
import("//build/ohos.gni")
import("//commonlibrary/memory_utils/purgeable_mem_config.gni")
import("//foundation/ability/ability_runtime/ability_runtime.gni")
import("//foundation/distributeddatamgr/relational_store/relational_store.gni")
ohos_shared_library("user_auth_extension") {
sanitize = {

View File

@ -13,7 +13,6 @@
import("//arkcompiler/ets_frontend/es2panda/es2abc_config.gni")
import("//build/ohos.gni")
import("//foundation/arkui/ace_engine/ace_config.gni")
es2abc_gen_abc("gen_user_auth_icon_abc") {
src_js = rebase_path("user_auth_icon.js")

View File

@ -58,7 +58,6 @@ ohos_source_set("userauth_service_context") {
"../../frameworks/native/common:attributes",
"../../frameworks/native/common:dfx",
"../../services/core:userauth_service_core",
"//third_party/openssl:libcrypto_shared",
]
external_deps = [
@ -74,6 +73,7 @@ ohos_source_set("userauth_service_context") {
"hitrace:hitrace_meter",
"init:libbegetutil",
"napi:ace_napi",
"openssl:libcrypto_shared",
]
public_configs = [ ":userauth_service_context_config" ]

View File

@ -241,7 +241,6 @@ ohos_source_set("userauth_service_context_fuzzer") {
"../common_fuzzer:attributes_fuzzer",
"../common_fuzzer:dfx_fuzzer",
"../common_fuzzer:userauth_service_core_fuzzer",
"//third_party/openssl:libcrypto_shared",
]
external_deps = [
@ -256,6 +255,7 @@ ohos_source_set("userauth_service_context_fuzzer") {
"hitrace:hitrace_meter",
"init:libbegetutil",
"napi:ace_napi",
"openssl:libcrypto_shared",
]
public_configs =