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

Commit 7c4557ea authored by jinwu's avatar jinwu Committed by Gerrit - the friendly Code Review server
Browse files

[SnapdragonGallery]Add a flag to control compilation

SnapdragonGallery will not be built on pure AOSP image.

Change-Id: I0c77bf0db942e0357d5d7ce92a0e797be63f69cf
parent 94314247
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
ifeq ($(TARGET_FWK_SUPPORTS_FULL_VALUEADDS),true)
LOCAL_PATH:= $(call my-dir)

include $(CLEAR_VARS)
@@ -63,3 +64,4 @@ ifeq ($(strip $(LOCAL_PACKAGE_OVERRIDES)),)
include $(call all-makefiles-under, $(LOCAL_PATH))

endif
endif