aboutsummaryrefslogtreecommitdiff
path: root/apps/SampleEmailPolicy
diff options
context:
space:
mode:
authorKeun young Park <keunyoung@google.com>2012-05-30 21:14:13 -0700
committerKeun young Park <keunyoung@google.com>2012-05-30 21:14:13 -0700
commit72fa8fd7a822c44c04260d35e19a3de9fccab9df (patch)
tree45d047abeb662b9a33badc596002e868e3032c0c /apps/SampleEmailPolicy
parent792bdcaf1f80756fdeac1b8bf7073c1c76474a94 (diff)
downloadsample-72fa8fd7a822c44c04260d35e19a3de9fccab9df.tar.gz
disable java build for PDK case
- this is temporary change for adding device/sample to pdk group - permanent solution should be added where java build is allowed even in PDK if java build is possible Change-Id: I6abdb02414b2627703f8279c033cbf05bfe8d880
Diffstat (limited to 'apps/SampleEmailPolicy')
-rw-r--r--apps/SampleEmailPolicy/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/SampleEmailPolicy/Android.mk b/apps/SampleEmailPolicy/Android.mk
index b657506..9ae9308 100644
--- a/apps/SampleEmailPolicy/Android.mk
+++ b/apps/SampleEmailPolicy/Android.mk
@@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+ifneq ($(TARGET_BUILD_PDK),true)
+
# This is the makefile for the Email Policy package contained elsewhere in this sample.
# When deploying to an actual device, you must change LOCAL_PACKAGE_NAME to the name desired for
# your local version, e.g. LOCAL_PACKAGE_NAME := MyDeviceEmailPolicy This will cause the build
@@ -31,3 +33,5 @@ LOCAL_CERTIFICATE := platform
LOCAL_PROGUARD_FLAG_FILES := proguard.flags
include $(BUILD_PACKAGE)
+
+endif # !PDK \ No newline at end of file