summaryrefslogtreecommitdiffstats
path: root/test/Android.mk
diff options
context:
space:
mode:
authorKevin Rocard <kevinx.rocard@intel.com>2012-11-13 12:17:49 +0100
committerDavid Wagner <david.wagner@intel.com>2014-02-12 17:03:30 +0100
commitcae8873df28876c2c556418bae076b492ae9577d (patch)
treef01759bb73ccffe25dca8c69de6958796f0dfb34 /test/Android.mk
parenta409daaa0575e2e1db197a32fc95804736acf841 (diff)
downloadexternal_parameter-framework-cae8873df28876c2c556418bae076b492ae9577d.zip
external_parameter-framework-cae8873df28876c2c556418bae076b492ae9577d.tar.gz
external_parameter-framework-cae8873df28876c2c556418bae076b492ae9577d.tar.bz2
PFW: Correct test-platform compilation
BZ: 67916 Add libstlport in test-plaform's Android.mk. Add a Android.mk that includes test-plaform/Android.mk in the test directory be able to compile test-platform from the source root (m test-platform). Change-Id: I878c4010aa8be4f9de0c4dd6666b9f512e26a309 Origin-Change-Id: Ieeb3bc7e908a2b35f0e0603917b80343a75259e8 Signed-off-by: Kevin Rocard <kevinx.rocard@intel.com> Reviewed-on: http://android.intel.com:8080/76889 Reviewed-by: Barthes, FabienX <fabienx.barthes@intel.com> Tested-by: Barthes, FabienX <fabienx.barthes@intel.com> Reviewed-by: cactus <cactus@intel.com> Tested-by: cactus <cactus@intel.com>
Diffstat (limited to 'test/Android.mk')
-rw-r--r--test/Android.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/Android.mk b/test/Android.mk
new file mode 100644
index 0000000..56ffec5
--- /dev/null
+++ b/test/Android.mk
@@ -0,0 +1,7 @@
+# include virtual HAL test-platform
+
+
+LOCAL_PATH := $(call my-dir)
+
+include $(LOCAL_PATH)/test-platform/Android.mk
+