diff options
Diffstat (limited to 'packages/PrintRecommendationService/Android.mk')
-rw-r--r-- | packages/PrintRecommendationService/Android.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/PrintRecommendationService/Android.mk b/packages/PrintRecommendationService/Android.mk index 66cb0573aef0..12203492aad3 100644 --- a/packages/PrintRecommendationService/Android.mk +++ b/packages/PrintRecommendationService/Android.mk @@ -21,9 +21,8 @@ LOCAL_MODULE_TAGS := optional LOCAL_SRC_FILES := $(call all-java-files-under, src) LOCAL_PACKAGE_NAME := PrintRecommendationService +LOCAL_PRIVATE_PLATFORM_APIS := true include $(BUILD_PACKAGE) -LOCAL_SDK_VERSION := system_current - include $(call all-makefiles-under, $(LOCAL_PATH)) |