Skip to content

Commit 5ae0c70

Browse files
tomballcopybara-github
authored andcommitted
Issue #2330: removed JSON headers from JRE framework.
PiperOrigin-RevId: 635601678
1 parent a877b07 commit 5ae0c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jre_emul/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ DIST_LIBS = $(LIBS:$(ARCH_BUILD_DIR)/%=$(ARCH_LIB_DIR)/%)
109109
# This list overlaps with EMULATION_HEADERS, but only includes those headers
110110
# supported for use by native code.
111111
PUBLIC_EMULATION_HEADERS = $(PUBLIC_NATIVE_HEADERS)
112-
PUBLIC_TRANSLATED_HEADERS = $(JAVA_PUBLIC_SOURCES:.java=.h) $(JSON_PUBLIC_SOURCES:.java=.h)
112+
PUBLIC_TRANSLATED_HEADERS = $(JAVA_PUBLIC_SOURCES:.java=.h)
113113
INCLUDES = $(PUBLIC_TRANSLATED_HEADERS) $(PUBLIC_EMULATION_HEADERS)
114114
DIST_INCLUDES = $(INCLUDES:%=$(DIST_INCLUDE_DIR)/%)
115115

0 commit comments

Comments
 (0)