提交 706b9dd5 编写于 作者: Y yangming_ha

#I45ICV: 产品配置config.json中开发板适配目录配置vendor_adapter_dir移到开发板config.gni中

Signed-off-by: Nyangming_ha <yangming_ha@163.com>
上级 0af5f4bc
...@@ -10,8 +10,6 @@ ...@@ -10,8 +10,6 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
import("//build/lite/config/component/lite_component.gni")
import("//build/lite/ndk/ndk.gni")
shared_library("media_common") { shared_library("media_common") {
sources = [ sources = [
...@@ -26,9 +24,9 @@ shared_library("media_common") { ...@@ -26,9 +24,9 @@ shared_library("media_common") {
"//third_party/bounds_checking_function/include", "//third_party/bounds_checking_function/include",
] ]
public_deps = [ 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", "//foundation/graphic/surface:lite_surface",
"$ohos_vendor_adapter_dir/../modules/middleware:middleware_source_sdk",
"//third_party/bounds_checking_function:libsec_shared", "//third_party/bounds_checking_function:libsec_shared",
] ]
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册