Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4780eb45 authored by Justin Yun's avatar Justin Yun
Browse files

Define prebuilt xml files as prebuilt_etc modules

These files were installed with PRODUCT_COPY_FILES. Instead of using
the PRODUCT_COPY_FILES define them as prebuilt_etc modules and
install them.

Different from the other modules in this directory, these new modules
are for system files.

Bug: 314933937
Test: m aosp_cf_system_x86_64
Change-Id: I3a8fb0046bbadcd5fcd5c2ded4d3b745b71e0f47
parent 5206ec3f
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
@@ -412,6 +412,14 @@ prebuilt_etc {
    defaults: ["frameworks_native_data_etc_defaults"],
}

// installed in system
prebuilt_etc {
    name: "android.software.preview_sdk.prebuilt.xml",
    relative_install_path: "permissions",
    src: "android.software.preview_sdk.xml",
    filename_from_src: true,
}

prebuilt_etc {
    name: "android.software.sip.voip.prebuilt.xml",
    src: "android.software.sip.voip.xml",
@@ -454,6 +462,22 @@ prebuilt_etc {
    defaults: ["frameworks_native_data_etc_defaults"],
}

// installed in system
prebuilt_etc {
    name: "android.software.webview.prebuilt.xml",
    relative_install_path: "permissions",
    src: "android.software.webview.xml",
    filename_from_src: true,
}

// installed in system
prebuilt_etc {
    name: "android.software.window_magnification.prebuilt.xml",
    relative_install_path: "permissions",
    src: "android.software.window_magnification.xml",
    filename_from_src: true,
}

prebuilt_etc {
    name: "aosp_excluded_hardware.prebuilt.xml",
    src: "aosp_excluded_hardware.xml",