Skip to content

Commit

Permalink
8340467: [mobile] duplicate symbols in libprefs.a on iOS
Browse files Browse the repository at this point in the history
Reviewed-by: dholmes, jpereda
  • Loading branch information
Johan Vos authored and jperedadnr committed Oct 22, 2024
1 parent f96317a commit cdeee2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make/modules/java.prefs/Lib.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ include LibCommon.gmk
## Build libprefs
################################################################################

# libprefs on macosx does not use the unix code
ifeq ($(call isTargetOs, macosx), true)
# libprefs on macosx or ios does not use the unix code
ifeq ($(call isTargetOs, macosx ios), true)
LIBPREFS_EXCLUDE_SRC_PATTERNS := /unix/
endif

Expand Down

0 comments on commit cdeee2f

Please sign in to comment.