update. get SA in one process

Signed-off-by: gaoqiang_strong <gaoqiang64@huawei.com>
This commit is contained in:
gaoqiang_strong
2022-04-20 14:33:52 +08:00
parent 3e0f87ef37
commit 6b023aa128
2 changed files with 1 additions and 8 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import("//build/ohos/sa_profile/sa_profile.gni")
import("//build/ohos.gni")
ohos_sa_profile("dscreen_sa_profile") {
sources = [
@@ -81,10 +81,3 @@ ohos_shared_library("distributed_screen_sink") {
part_name = "distributed_screen"
}
ohos_prebuilt_etc("dscreensink.cfg") {
relative_install_dir = "init"
source = "dscreensink.cfg"
part_name = "distributed_screen"
subsystem_name = "distributedhardware"
}