aboutsummaryrefslogtreecommitdiff
path: root/apps/SampleEmailPolicy/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'apps/SampleEmailPolicy/Android.mk')
-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