From 706b9dd5bc1c7ddd34bca498c7ba200f5902b69e Mon Sep 17 00:00:00 2001 From: yangming_ha Date: Mon, 16 Aug 2021 03:46:30 -0700 Subject: [PATCH] =?UTF-8?q?#I45ICV:=20=E4=BA=A7=E5=93=81=E9=85=8D=E7=BD=AE?= =?UTF-8?q?config.json=E4=B8=AD=E5=BC=80=E5=8F=91=E6=9D=BF=E9=80=82?= =?UTF-8?q?=E9=85=8D=E7=9B=AE=E5=BD=95=E9=85=8D=E7=BD=AEvendor=5Fadapter?= =?UTF-8?q?=5Fdir=E7=A7=BB=E5=88=B0=E5=BC=80=E5=8F=91=E6=9D=BFconfig.gni?= =?UTF-8?q?=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yangming_ha --- BUILD.gn | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 46a51a9..dff89f1 100755 --- a/BUILD.gn +++ b/BUILD.gn @@ -10,8 +10,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -import("//build/lite/config/component/lite_component.gni") -import("//build/lite/ndk/ndk.gni") shared_library("media_common") { sources = [ @@ -26,9 +24,9 @@ shared_library("media_common") { "//third_party/bounds_checking_function/include", ] public_deps = [ - "$ohos_vendor_adapter_dir:hardware_media_sdk", + "$ohos_board_adapter_dir:hardware_media_sdk", + "$ohos_board_adapter_dir/../modules/middleware:middleware_source_sdk", "//foundation/graphic/surface:lite_surface", - "$ohos_vendor_adapter_dir/../modules/middleware:middleware_source_sdk", "//third_party/bounds_checking_function:libsec_shared", ] } -- GitLab