解决 hiudmper_lite 和 hidumper_mini 共仓问题

Signed-off-by: j30034394 <jianglulu9@huawei.com>
This commit is contained in:
j30034394
2023-04-26 10:09:41 +08:00
parent ccd78937f3
commit 4a2e5e4604
2 changed files with 8 additions and 7 deletions
+7 -5
View File
@@ -9,13 +9,15 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# 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.
# limitations under the License.
import("//build/lite/config/component/lite_component.gni")
group("hidumper") {
deps = [ "lite:hidumper_lite" ]
}
group("hidumper_mini") {
deps = [ "mini:hidumper_mini" ]
deps = []
if (ohos_kernel_type == "liteos_a") {
deps += [ "lite:hidumper_lite" ]
} else if (ohos_kernel_type == "liteos_m") {
deps += [ "mini:hidumper_mini" ]
}
}
+1 -2
View File
@@ -31,8 +31,7 @@
},
"build": {
"sub_component": [
"//base/hiviewdfx/hidumper_lite:hidumper",
"//base/hiviewdfx/hidumper_lite:hidumper_mini"
"//base/hiviewdfx/hidumper_lite:hidumper"
]
}
}