sm8250-common -> sm7325-common
This commit is contained in:
parent
5404d41486
commit
95b667c5b9
74 changed files with 4210 additions and 3942 deletions
|
|
@ -13,7 +13,7 @@
|
|||
// limitations under the License.
|
||||
|
||||
cc_defaults {
|
||||
name: "livedisplay_motorola_kona",
|
||||
name: "livedisplay_motorola_lahaina",
|
||||
defaults: ["hidl_defaults"],
|
||||
relative_install_path: "hw",
|
||||
srcs: [
|
||||
|
|
@ -40,8 +40,8 @@ cc_defaults {
|
|||
}
|
||||
|
||||
cc_binary {
|
||||
name: "vendor.lineage.livedisplay@2.1-service.motorola_kona",
|
||||
init_rc: ["vendor.lineage.livedisplay@2.1-service.motorola_kona.rc"],
|
||||
defaults: ["livedisplay_motorola_kona"],
|
||||
name: "vendor.lineage.livedisplay@2.1-service.motorola_lahaina",
|
||||
init_rc: ["vendor.lineage.livedisplay@2.1-service.motorola_lahaina.rc"],
|
||||
defaults: ["livedisplay_motorola_lahaina"],
|
||||
vendor: true,
|
||||
}
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#define LOG_TAG "vendor.lineage.livedisplay@2.1-service.motorola_kona"
|
||||
#define LOG_TAG "vendor.lineage.livedisplay@2.1-service.motorola_lahaina"
|
||||
|
||||
#include <android-base/logging.h>
|
||||
#include <binder/ProcessState.h>
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ on init
|
|||
chown system system /sys/devices/platform/soc/soc:qcom,dsi-display-primary/dsi_display_dc
|
||||
chmod 0660 /sys/devices/platform/soc/soc:qcom,dsi-display-primary/dsi_display_dc
|
||||
|
||||
service vendor.livedisplay-hal-2-1 /vendor/bin/hw/vendor.lineage.livedisplay@2.1-service.motorola_kona
|
||||
service vendor.livedisplay-hal-2-1 /vendor/bin/hw/vendor.lineage.livedisplay@2.1-service.motorola_lahaina
|
||||
class hal
|
||||
user system
|
||||
group system
|
||||
Loading…
Add table
Add a link
Reference in a new issue