summaryrefslogtreecommitdiff
path: root/tests/BandwidthTests/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tests/BandwidthTests/Android.mk')
-rw-r--r--tests/BandwidthTests/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/BandwidthTests/Android.mk b/tests/BandwidthTests/Android.mk
index 7bc5f857e920..d00fdc68cda4 100644
--- a/tests/BandwidthTests/Android.mk
+++ b/tests/BandwidthTests/Android.mk
@@ -19,6 +19,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := tests
LOCAL_PACKAGE_NAME := BandwidthEnforcementTest
+LOCAL_PRIVATE_PLATFORM_APIS := true
LOCAL_SRC_FILES := $(call all-java-files-under, src)
include $(BUILD_PACKAGE)