Revert "sm7250-common: megvii: Initial stub libraries"

* This is already present on our hardware/xiaomi on 18.1 branch

This reverts commit 1fafb29be6.

Change-Id: I0bcf3cc5480265fc39317b2b0d6dcaf5a7391823
This commit is contained in:
xSylla 2022-05-24 14:30:04 +02:00
parent 1fafb29be6
commit a1c6683f96
2 changed files with 0 additions and 55 deletions

View File

@ -1,16 +0,0 @@
//
// Copyright (C) 2022 The LineageOS Project
//
// SPDX-License-Identifier: Apache-2.0
//
cc_library_shared {
name: "libMegviiFacepp-0.5.2",
vendor: true,
srcs: ["megvii.c"],
}
cc_library_shared {
name: "libmegface",
vendor: true,
}

View File

@ -1,39 +0,0 @@
/*
* Copyright (C) 2022 The LineageOS Project
*
* SPDX-License-Identifier: Apache-2.0
*/
static int stub_fail() {
return -1;
}
void *mg_facepp[] = {
&stub_fail,
&stub_fail,
&stub_fail,
&stub_fail,
&stub_fail,
&stub_fail,
&stub_fail,
&stub_fail,
&stub_fail,
&stub_fail,
&stub_fail,
&stub_fail,
&stub_fail,
&stub_fail,
&stub_fail,
&stub_fail,
&stub_fail,
&stub_fail,
&stub_fail,
&stub_fail,
&stub_fail,
&stub_fail,
&stub_fail,
&stub_fail,
&stub_fail,
&stub_fail,
&stub_fail,
};