From patchwork Fri Feb 1 23:06:34 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tom Gall X-Patchwork-Id: 14412 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id D168023F8B for ; Fri, 1 Feb 2013 23:06:55 +0000 (UTC) Received: from mail-vc0-f178.google.com (mail-vc0-f178.google.com [209.85.220.178]) by fiordland.canonical.com (Postfix) with ESMTP id 8BC19A1941C for ; Fri, 1 Feb 2013 23:06:55 +0000 (UTC) Received: by mail-vc0-f178.google.com with SMTP id m8so2798098vcd.9 for ; Fri, 01 Feb 2013 15:06:55 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-forwarded-to:x-forwarded-for:delivered-to:x-received :received-spf:x-received:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:x-gm-message-state; bh=X64HD6/tT3CiMRObKGoatYkXt76BCafo3UQsmKLPMYc=; b=pJebLn4WaveCA3aFI3nnVsgBLhUpQL6DVUXcQp+zk3BR3OMwRPhjI3/lDVMLdjfsxO cMX0U8MEd/i3PO5Kfd7Mu+RcMY0FK+LPU4PIZxlp7FZSgs7HmseUQmawHxQam/2SP7WG c4MbJZrJpRLHHNpa5RqtC3cmmo169/+FxoCNNAbZnGZXLqVvmoplj4I+HZTElyljERvl cMqyhQqMnBU6GBRV8r9O15AZzzImaai8AJOt7ucF+HiG/qNDjGPdU+7CFSqNRe96Qc92 TnoZ5re4l+djbaC/sjm7NXLue5rCpCFaCwqIrJK22vP9Mv9sVYKDVsNsUfm8C8L0FW8o iBjw== X-Received: by 10.52.27.50 with SMTP id q18mr11423615vdg.20.1359760015051; Fri, 01 Feb 2013 15:06:55 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.58.252.8 with SMTP id zo8csp140892vec; Fri, 1 Feb 2013 15:06:54 -0800 (PST) X-Received: by 10.50.150.239 with SMTP id ul15mr214847igb.93.1359760014263; Fri, 01 Feb 2013 15:06:54 -0800 (PST) Received: from mail-ie0-x236.google.com (ie-in-x0236.1e100.net [2607:f8b0:4001:c03::236]) by mx.google.com with ESMTPS id m6si2983291iga.58.2013.02.01.15.06.54 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 01 Feb 2013 15:06:54 -0800 (PST) Received-SPF: neutral (google.com: 2607:f8b0:4001:c03::236 is neither permitted nor denied by best guess record for domain of tom.gall@linaro.org) client-ip=2607:f8b0:4001:c03::236; Authentication-Results: mx.google.com; spf=neutral (google.com: 2607:f8b0:4001:c03::236 is neither permitted nor denied by best guess record for domain of tom.gall@linaro.org) smtp.mail=tom.gall@linaro.org Received: by mail-ie0-f182.google.com with SMTP id k14so3984104iea.27 for ; Fri, 01 Feb 2013 15:06:54 -0800 (PST) X-Received: by 10.50.151.211 with SMTP id us19mr233739igb.84.1359760013760; Fri, 01 Feb 2013 15:06:53 -0800 (PST) Received: from mars.mantorvilleexpress.com ([70.35.96.184]) by mx.google.com with ESMTPS id px5sm4909818igc.0.2013.02.01.15.06.51 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 01 Feb 2013 15:06:52 -0800 (PST) From: Tom Gall To: piglit@lists.freedesktop.org Cc: patches@linaro.org, Tom Gall Subject: [PATCH 2/7] Android: add tests/Android.mk Date: Fri, 1 Feb 2013 17:06:34 -0600 Message-Id: <1359759999-31064-2-git-send-email-tom.gall@linaro.org> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1359759999-31064-1-git-send-email-tom.gall@linaro.org> References: <1359759999-31064-1-git-send-email-tom.gall@linaro.org> X-Gm-Message-State: ALoCoQl+lBvduClqJtRvxE2tNItRRIWluXI1eG+l9m6O+ashmzSKqQeSVcWrXp0vyseCOboHtXDF Signed-off-by: Tom Gall --- tests/Android.mk | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/Android.mk diff --git a/tests/Android.mk b/tests/Android.mk new file mode 100644 index 0000000..c455f97 --- /dev/null +++ b/tests/Android.mk @@ -0,0 +1,3 @@ +LOCAL_PATH := $(call my-dir) + +include $(call all-subdir-makefiles)