mirror of
https://github.com/openharmony/hiviewdfx_hidumper_lite.git
synced 2026-06-30 22:17:58 -04:00
解决 hiudmper_lite 和 hidumper_mini 共仓问题
Signed-off-by: j30034394 <jianglulu9@huawei.com>
This commit is contained in:
@@ -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
@@ -31,8 +31,7 @@
|
||||
},
|
||||
"build": {
|
||||
"sub_component": [
|
||||
"//base/hiviewdfx/hidumper_lite:hidumper",
|
||||
"//base/hiviewdfx/hidumper_lite:hidumper_mini"
|
||||
"//base/hiviewdfx/hidumper_lite:hidumper"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user