Merge "fix: set built_module in misc_prebuilt_internal.mk" am: 5da40edef0 am: 2fe7b62f07 am: c961d7badc am: 402118b2a3
am: fd1b59d637

Change-Id: I287734666f3262902d5afaa367b395c893cd94bd
diff --git a/core/misc_prebuilt_internal.mk b/core/misc_prebuilt_internal.mk
index cdd5cd5..cc2683c 100644
--- a/core/misc_prebuilt_internal.mk
+++ b/core/misc_prebuilt_internal.mk
@@ -27,3 +27,5 @@
 
 $(LOCAL_BUILT_MODULE) : $(my_prebuilt_src_file)
 	$(transform-prebuilt-to-target)
+
+built_module := $(LOCAL_BUILT_MODULE)
\ No newline at end of file