Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 07c07062 authored by Ying Wang's avatar Ying Wang
Browse files

Let apicheck visible to unbundled build.

Change-Id: I22cd1e67aeb6bf23229016215ee0a15f5116513f
(cherry picked from commit 48d132659ebf99cf41d9fbf62ab1f09604938ca7)
parent 2c86e707
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -14,10 +14,10 @@
# limitations under the License.
#

ifeq (,$(TARGET_BUILD_APPS))

LOCAL_PATH := $(call my-dir)

ifeq (,$(TARGET_BUILD_APPS))

ifeq ($(TARGET_BUILD_PDK),true)
include $(filter-out %/acp/Android.mk %/signapk/Android.mk %/zipalign/Android.mk,\
  $(call all-makefiles-under,$(LOCAL_PATH)))
@@ -25,4 +25,8 @@ else # !PDK
include $(call all-makefiles-under,$(LOCAL_PATH))
endif # PDK

else # TARGET_BUILD_APPS

include $(LOCAL_PATH)/apicheck/Android.mk

endif