Add RENDERSCRIPT_BITCODE to misc_prebuilt_internal whitelist.
Fixes: 143091822 Test: TreeHugger Change-Id: Ic2fd42f6dae0130af060114b651a139dc3bebf20
This commit is contained in:
parent
834b91f20e
commit
73096796e7
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
# Internal build rules for misc prebuilt modules that don't need additional processing
|
||||
############################################################
|
||||
|
||||
prebuilt_module_classes := SCRIPT ETC DATA
|
||||
prebuilt_module_classes := SCRIPT ETC DATA RENDERSCRIPT_BITCODE
|
||||
ifeq ($(filter $(prebuilt_module_classes),$(LOCAL_MODULE_CLASS)),)
|
||||
$(call pretty-error,misc_prebuilt_internal.mk is for $(prebuilt_module_classes) modules only)
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue