Skip to content

Commit

Permalink
Issue #2330: removed JSON headers from JRE framework.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 635601678
  • Loading branch information
tomball authored and copybara-github committed May 20, 2024
1 parent a877b07 commit 5ae0c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jre_emul/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ DIST_LIBS = $(LIBS:$(ARCH_BUILD_DIR)/%=$(ARCH_LIB_DIR)/%)
# This list overlaps with EMULATION_HEADERS, but only includes those headers
# supported for use by native code.
PUBLIC_EMULATION_HEADERS = $(PUBLIC_NATIVE_HEADERS)
PUBLIC_TRANSLATED_HEADERS = $(JAVA_PUBLIC_SOURCES:.java=.h) $(JSON_PUBLIC_SOURCES:.java=.h)
PUBLIC_TRANSLATED_HEADERS = $(JAVA_PUBLIC_SOURCES:.java=.h)
INCLUDES = $(PUBLIC_TRANSLATED_HEADERS) $(PUBLIC_EMULATION_HEADERS)
DIST_INCLUDES = $(INCLUDES:%=$(DIST_INCLUDE_DIR)/%)

Expand Down

0 comments on commit 5ae0c70

Please sign in to comment.