summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2018-10-12 16:31:05 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-10-12 16:31:05 +0000
commit512c8ae1cd5ce7aed68bdec249cf22bdb1de054c (patch)
treefbcfc8a95abe66611dd54126a17218feb1940646
parent6197c04338a91371ea09c5f9491cfcacc9d79e5f (diff)
parent16998b5fb0ae1a558fa2b46b1d6d5401be85f749 (diff)
downloadcts-oreo-mr1-1.2-iot-release.tar.gz
Merge "NdkBinderTest: update for different header locs"android-o-mr1-iot-release-smart-display-r3oreo-mr1-1.2-iot-release
-rw-r--r--tests/tests/binder_ndk/libbinder_ndk_test/itest_impl.h2
-rw-r--r--tests/tests/binder_ndk/libbinder_ndk_test/test_native_aidl_client.cpp6
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/tests/binder_ndk/libbinder_ndk_test/itest_impl.h b/tests/tests/binder_ndk/libbinder_ndk_test/itest_impl.h
index b81e25ef965..044a2e40b74 100644
--- a/tests/tests/binder_ndk/libbinder_ndk_test/itest_impl.h
+++ b/tests/tests/binder_ndk/libbinder_ndk_test/itest_impl.h
@@ -14,7 +14,7 @@
* limitations under the License.
*/
-#include <test_package/BnTest.h>
+#include <aidl/test_package/BnTest.h>
#include "utilities.h"
diff --git a/tests/tests/binder_ndk/libbinder_ndk_test/test_native_aidl_client.cpp b/tests/tests/binder_ndk/libbinder_ndk_test/test_native_aidl_client.cpp
index 576c624e1ab..8889baff991 100644
--- a/tests/tests/binder_ndk/libbinder_ndk_test/test_native_aidl_client.cpp
+++ b/tests/tests/binder_ndk/libbinder_ndk_test/test_native_aidl_client.cpp
@@ -17,9 +17,9 @@
#include <android/binder_ibinder_jni.h>
#include <gtest/gtest.h>
-#include <test_package/BnEmpty.h>
-#include <test_package/BpTest.h>
-#include <test_package/RegularPolygon.h>
+#include <aidl/test_package/BnEmpty.h>
+#include <aidl/test_package/BpTest.h>
+#include <aidl/test_package/RegularPolygon.h>
#include "itest_impl.h"
#include "utilities.h"