diff options
author | Colin Cross <ccross@android.com> | 2018-08-16 18:16:01 +0000 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2018-08-16 18:16:01 +0000 |
commit | 89223c4f475d98716260bc4ee6e213df6df8350f (patch) | |
tree | 7607b88d2574ee5909474368d0eb8a3de203fc8d /Android.mk | |
parent | 10848da9348e610bd6e938836ae846abcf540a3d (diff) | |
download | VK-GL-CTS-89223c4f475d98716260bc4ee6e213df6df8350f.tar.gz VK-GL-CTS-89223c4f475d98716260bc4ee6e213df6df8350f.tar.bz2 VK-GL-CTS-89223c4f475d98716260bc4ee6e213df6df8350f.zip |
Revert "Revert "Convert external/deqp/android/cts to Android.bp""
This reverts commit 10848da9348e610bd6e938836ae846abcf540a3d.
Bug: 112654980
Change-Id: I5c5d5b932eb7df0b710668dadaf788344ca5b1e2
Diffstat (limited to 'Android.mk')
-rw-r--r-- | Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk index 67c1f4e7f..2afdfe9d8 100644 --- a/Android.mk +++ b/Android.mk @@ -65,4 +65,4 @@ include $(BUILD_SHARED_LIBRARY) # Build the test APKs using their own makefiles # include $(call all-makefiles-under,$(LOCAL_PATH)/android) -include $(LOCAL_PATH)/android/package/Android.mk $(LOCAL_PATH)/android/cts/Android.mk +include $(LOCAL_PATH)/android/package/Android.mk |