Skip to content

Commit

Permalink
Merge pull request google#2177 from adil-hussain-84:add-missing-heade…
Browse files Browse the repository at this point in the history
…rs-to-JRE_Core_XCFramework

PiperOrigin-RevId: 565721580
  • Loading branch information
copybara-github committed Sep 15, 2023
2 parents bd3d594 + f40c3e0 commit db8130a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jre_emul/subset_frameworks/jre_core_framework.mk
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ include jre_sources.mk
.DEFAULT_GOAL = framework

FRAMEWORK_NAME = JRE_Core
FRAMEWORK_HEADERS = $(JAVA_PUBLIC_SOURCES_CORE:.java=.h)
FRAMEWORK_HEADERS = $(PUBLIC_NATIVE_HEADERS) $(JAVA_PUBLIC_SOURCES_CORE:.java=.h)
STATIC_LIBRARY_NAME = jre_core
STATIC_HEADERS_DIR = $(ARCH_INCLUDE_DIR)
include ../make/framework.mk
Expand Down

0 comments on commit db8130a

Please sign in to comment.