diff options
author | Cho KyongHo <pullip.cho@samsung.com> | 2020-03-26 10:35:45 +0900 |
---|---|---|
committer | Cho KyongHo <pullip.cho@samsung.com> | 2020-03-26 10:35:45 +0900 |
commit | da2bd90db415ef2a783c022c799b5a57e43298fd (patch) | |
tree | 6370a3652c099e0636892aafda76b7e54a9b8cfb /libion | |
parent | 3d6666db77b61a93822489e86c86b92c08b75f5f (diff) |
iontest: remove unnecessary inclde path
Signed-off-by: Cho KyongHo <pullip.cho@samsung.com>
Change-Id: I2d7d8dcce54e7607b6c721d5bee27c92a5d3defa
Diffstat (limited to 'libion')
-rw-r--r-- | libion/test/Android.bp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libion/test/Android.bp b/libion/test/Android.bp index 123c536..96beaf7 100644 --- a/libion/test/Android.bp +++ b/libion/test/Android.bp @@ -20,7 +20,6 @@ cc_test { vendor: true, proprietary: true, cflags: [ "-g", "-Werror" ], - include_dirs: [ "hardware/samsung_slsi/exynos/include" ], shared_libs: ["libion_google"], srcs: [ "ion_test_fixture.cpp", |