Halium / projectmanagement

140 stars 32 forks source link

System image is failng to build on core33g (Galaxy Tab 3 Lite 7.0 SM-T113) #313

Open aneeshlingala opened 7 months ago

aneeshlingala commented 7 months ago

I am getting an error. Here is my Manifest:

<!-- 
     Copyright (C) 2016 The Android Open Source Project
     Copyright (C) 2016 The CyanogenMod 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.
 -->
<manifest>
<project path="external/stlport" name="LineageOS/android_external_stlport" remote="github" revision="cm-14.1"/>
<project path="packages/apps/SamsungServiceMode" name="LineageOS/android_packages_apps_SamsungServiceMode" remote="github" revision="cm-14.1"/>
<project path="device/samsung/sprd-common" name="pstglia/android_device_samsung_sprd-common" remote="github" revision="cm-14.1"/>
<project path="device/samsung/scx30g-common" name="pstglia/android_device_samsung_scx30g-common" remote="github" revision="T113NU_COM_A_MAO_NO_BOLSO"/>
<project path="device/samsung/scx35-common" name="pstglia/android_device_samsung_scx35-common" remote="github" revision="T113NU_COM_A_MAO_NO_BOLSO"/>
<project path="device/samsung/core33g" name="pstglia/android_device_samsung_core33g" remote="github" revision="T113NU_COM_A_MAO_NO_BOLSO"/>
<project path="hardware/sprd" name="pstglia/android_hardware_sprd" remote="github" revision="cm-14.1"/>
<project path="hardware/samsung" name="LineageOS/android_hardware_samsung" remote="github" revision="cm-14.1"/>
<project path="kernel/samsung/core33g" name="pstglia/linux" remote="github" revision="T113NU_COM_A_MAO_NO_BOLSO"/>
<project path="vendor/samsung/core33g" name="pstglia/android_vendor_samsung_core33g" remote="github" revision="T113NU_COM_A_MAO_NO_BOLSO"/>
<project path="vendor/samsung/scx30g-common" name="pstglia/android_vendor_samsung_scx30g-common" remote="github" revision="T113NU_COM_A_MAO_NO_BOLSO"/>
</manifest>

I ran into an error but I fixed it with these commands:

repo init -u https://github.com/Halium/android -b halium-7.1 --depth=1
git clone https://github.com/LineageOS/android_external_stlport.git -b cm-14.1 --depth=1 --single-branch external/stlport
git clone https://github.com/LineageOS/android_packages_apps_SamsungServiceMode.git -b cm-14.1 --depth=1 --single-branch packages/apps/SamsungServiceMode
git clone https://github.com/pstglia/android_device_samsung_sprd-common.git -b cm-14.1 --depth=1 --single-branch device/samsung/sprd-common
git clone https://github.com/pstglia/android_device_samsung_scx30g-common.git -b T113NU_COM_A_MAO_NO_BOLSO --depth=1 --single-branch device/samsung/scx30g-common
git clone https://github.com/pstglia/android_device_samsung_scx35-common.git -b T113NU_COM_A_MAO_NO_BOLSO --depth=1 --single-branch device/samsung/scx35-common
git clone https://github.com/pstglia/android_device_samsung_core33g.git -b T113NU_COM_A_MAO_NO_BOLSO --depth=1 --single-branch device/samsung/core33g
 git clone https://github.com/pstglia/android_hardware_sprd.git -b cm-14.1 --depth=1 --single-branch hardware/sprd
git clone https://github.com/LineageOS/android_hardware_samsung.git -b cm-14.1 --depth=1 --single-branch hardware/samsung
git clone https://github.com/pstglia/linux.git -b T113NU_COM_A_MAO_NO_BOLSO --depth=1 --single-branch kernel/samsung/core33g
git clone https://github.com/pstglia/linux.git -b T113NU_COM_A_MAO_NO_BOLSO --depth=1 --single-branch kernel/samsung/core33g
git clone https://github.com/pstglia/android_vendor_samsung_core33g.git -b T113NU_COM_A_MAO_NO_BOLSO --depth=1 --single-branch vendor/samsung/core33g
git clone https://github.com/pstglia/android_vendor_samsung_scx30g-common.git -b T113NU_COM_A_MAO_NO_BOLSO --depth=1 --single-branch vendor/samsung/scx30g-common

And the error that I am stuck on now:

Starting build with ninja
ninja: Entering directory `.'
ninja: error: '/home/hasaja/halium/out/target/product/core33g/obj/SHARED_LIBRARIES/libdl_intermediates/export_includes', needed by '/home/hasaja/halium/out/target/product/core33g/obj/EXECUTABLES/applypatch_intermediates/import_includes', missing and no known rule to make it
make: *** [build/core/ninja.mk:152: ninja_wrapper] Error 1
make: Leaving directory '/home/hasaja/halium'