blob: 984dfa4406a1fe41ca079cc6977004572efc1853 [file] [log] [blame]
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
# Need to specify an invalid resoure path to avoid including resource
LOCAL_RESOURCE_DIR := res_none
# Without any resource, we don't depend on framework-res in the build
# system, but we actually do to compile AndroidManifest.xml. Avoid
# the issue by setting an SDK version to compile against a historical
# SDK.
LOCAL_SDK_VERSION := 19
LOCAL_PACKAGE_NAME := InCallUI
LOCAL_CERTIFICATE := shared
LOCAL_PRIVELEGED_MODULE := false
include $(BUILD_PACKAGE)
# Build the test package
include $(call all-makefiles-under,$(LOCAL_PATH))