aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorZhijun He <zhijunhe@google.com>2014-07-11 15:29:47 -0700
committerZhijun He <zhijunhe@google.com>2014-07-11 16:14:43 -0700
commitafd9147cc25cb0228d52b929c3bd96bcc449447a (patch)
tree79e22da2e11ea922afb34f6e59a6923f625a326d /apps
parent60121a475b18240f505337e691f19dd2be80694f (diff)
downloadpdk-afd9147cc25cb0228d52b929c3bd96bcc449447a.tar.gz
TestingCamera: Enable this build only when platform library is available
Otherwise, the build will be broken for some non-fusion pdk build, where platform.zip is not built and the standard SDK is used for app build. Change-Id: Idf9df6bb55c536f244471b63cd273152e82b518a
Diffstat (limited to 'apps')
-rw-r--r--apps/TestingCamera/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/TestingCamera/Android.mk b/apps/TestingCamera/Android.mk
index a62bbdc..e6829fd 100644
--- a/apps/TestingCamera/Android.mk
+++ b/apps/TestingCamera/Android.mk
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-ifneq ($(TARGET_BUILD_JAVA_SUPPORT_LEVEL),)
+ifeq ($(TARGET_BUILD_JAVA_SUPPORT_LEVEL),platform)
LOCAL_PATH := $(call my-dir)