Loading libprocessgroup/profiles/Android.bp 0 → 100644 +30 −0 Original line number Diff line number Diff line // Copyright (C) 2019 The Android Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // 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. prebuilt_etc { name: "cgroups.json", src: "cgroups.json", } prebuilt_etc { name: "cgroups.recovery.json", filename: "cgroups.json", recovery: true, src: "cgroups.recovery.json", } prebuilt_etc { name: "task_profiles.json", src: "task_profiles.json", } rootdir/cgroups.json→libprocessgroup/profiles/cgroups.json +0 −0 File moved. View file rootdir/cgroups.recovery.json→libprocessgroup/profiles/cgroups.recovery.json +0 −0 File moved. View file rootdir/task_profiles.json→libprocessgroup/profiles/task_profiles.json +0 −0 File moved. View file rootdir/Android.mk +0 −32 Original line number Diff line number Diff line Loading @@ -63,38 +63,6 @@ $(foreach b,$(ART_BINARIES), \ include $(BUILD_PREBUILT) ####################################### # cgroups.json include $(CLEAR_VARS) LOCAL_MODULE := cgroups.json LOCAL_SRC_FILES := $(LOCAL_MODULE) LOCAL_MODULE_CLASS := ETC LOCAL_MODULE_PATH := $(TARGET_OUT_ETC) include $(BUILD_PREBUILT) ####################################### # cgroups.json for recovery include $(CLEAR_VARS) LOCAL_MODULE := cgroups.recovery.json LOCAL_SRC_FILES := $(LOCAL_MODULE) LOCAL_MODULE_CLASS := ETC LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)/system/etc LOCAL_MODULE_STEM := cgroups.json include $(BUILD_PREBUILT) ####################################### # task_profiles.json include $(CLEAR_VARS) LOCAL_MODULE := task_profiles.json LOCAL_SRC_FILES := $(LOCAL_MODULE) LOCAL_MODULE_CLASS := ETC LOCAL_MODULE_PATH := $(TARGET_OUT_ETC) include $(BUILD_PREBUILT) ####################################### # asan.options ifneq ($(filter address,$(SANITIZE_TARGET)),) Loading Loading
libprocessgroup/profiles/Android.bp 0 → 100644 +30 −0 Original line number Diff line number Diff line // Copyright (C) 2019 The Android Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // 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. prebuilt_etc { name: "cgroups.json", src: "cgroups.json", } prebuilt_etc { name: "cgroups.recovery.json", filename: "cgroups.json", recovery: true, src: "cgroups.recovery.json", } prebuilt_etc { name: "task_profiles.json", src: "task_profiles.json", }
rootdir/cgroups.recovery.json→libprocessgroup/profiles/cgroups.recovery.json +0 −0 File moved. View file
rootdir/Android.mk +0 −32 Original line number Diff line number Diff line Loading @@ -63,38 +63,6 @@ $(foreach b,$(ART_BINARIES), \ include $(BUILD_PREBUILT) ####################################### # cgroups.json include $(CLEAR_VARS) LOCAL_MODULE := cgroups.json LOCAL_SRC_FILES := $(LOCAL_MODULE) LOCAL_MODULE_CLASS := ETC LOCAL_MODULE_PATH := $(TARGET_OUT_ETC) include $(BUILD_PREBUILT) ####################################### # cgroups.json for recovery include $(CLEAR_VARS) LOCAL_MODULE := cgroups.recovery.json LOCAL_SRC_FILES := $(LOCAL_MODULE) LOCAL_MODULE_CLASS := ETC LOCAL_MODULE_PATH := $(TARGET_RECOVERY_ROOT_OUT)/system/etc LOCAL_MODULE_STEM := cgroups.json include $(BUILD_PREBUILT) ####################################### # task_profiles.json include $(CLEAR_VARS) LOCAL_MODULE := task_profiles.json LOCAL_SRC_FILES := $(LOCAL_MODULE) LOCAL_MODULE_CLASS := ETC LOCAL_MODULE_PATH := $(TARGET_OUT_ETC) include $(BUILD_PREBUILT) ####################################### # asan.options ifneq ($(filter address,$(SANITIZE_TARGET)),) Loading