diff options
Diffstat (limited to 'core/prebuilt.mk')
-rw-r--r-- | core/prebuilt.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/prebuilt.mk b/core/prebuilt.mk index f59a17b..05fe758 100644 --- a/core/prebuilt.mk +++ b/core/prebuilt.mk @@ -17,9 +17,9 @@ $(error dont use LOCAL_PREBUILT_JAVA_LIBRARIES anymore LOCAL_PATH=$(LOCAL_PATH)) endif ifdef LOCAL_IS_HOST_MODULE - my_prefix:=HOST_ + my_prefix := HOST_ else - my_prefix:=TARGET_ + my_prefix := TARGET_ endif ifeq (SHARED_LIBRARIES,$(LOCAL_MODULE_CLASS)) # Put the built targets of all shared libraries in a common directory |