Skip to content

Commit

Permalink
Update BUILD.gn
Browse files Browse the repository at this point in the history
  • Loading branch information
gbournou authored May 18, 2024
1 parent e08ae33 commit 4230fab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cobalt/h5vcc/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,11 @@ config("h5vcc_internal_config") {

config("h5vcc_external_config") {
defines = []
<<<<<<< HEAD
if (enable_account_manager) {
defines += [ "COBALT_ENABLE_ACCOUNT_MANAGER" ]
=======
}
if (enable_extended_ifa_in_h5vcc) {
defines += [ "COBALT_ENABLE_EXTENDED_IFA" ]
>>>>>>> 6653e2f63fe (Add extended IFA support to H5vccSystem (#3292))
}
}

Expand Down

0 comments on commit 4230fab

Please sign in to comment.