android-8.1.0_r1 cannot pass my build. It seems the native.git has openmax 
header relocated to frameworks/native/headers/media_plugin/media/openmax. 
But other git still refer the old header folder.

frameworks/base$ git diff
diff --git a/media/jni/Android.bp b/media/jni/Android.bp
index 02667ca..fff7045 100644
--- a/media/jni/Android.bp
+++ b/media/jni/Android.bp
@@ -64,7 +64,7 @@ cc_library_shared {

     include_dirs: [
         "frameworks/base/core/jni",
-        "frameworks/native/include/media/openmax",
+        "frameworks/native/headers/media_plugin/media/openmax",
         "system/media/camera/include",
     ],


FAILED: out/soong/build.ninja
out/soong/.bootstrap/bin/soong_build  -t -b out/soong -d 
out/soong/build.ninja.d -o out/soong/build.ninja Android.bp
error: frameworks/wilhelm/src/Android.bp:237:1: module "libOpenSLES" 
variant "android_arm64_armv8-a_cortex-a53_shared_core": source path 
frameworks/native/include/media/openmax does not exist
error: frameworks/wilhelm/src/Android.bp:266:1: module "libOpenMAXAL" 
variant "android_arm64_armv8-a_cortex-a53_shared_core": source path 
frameworks/native/include/media/openmax does not exist
ninja: build stopped: subcommand failed.


On Wednesday, December 6, 2017 at 1:28:30 PM UTC+8, Xin Li wrote:
>
> Hi all,
>
> Android 8.1.0 Oreo MR1 source code is now available.  The following 
> builds, tags, and devices are supported:
>
>  - OPM1.171019.011, android-8.1.0_r1, Pixel 2 XL (taimen), Pixel 2 
> (walleye), Pixel XL (marlin), Pixel (sailfish), Nexus 5X (bullhead), Nexus 
> 6P (angler), Pixel C (dragon)
>
> The corresponding factory images, ota images, and proprietary binaries are 
> available at
>    https://developers.google.com/android/images
>    https://developers.google.com/android/ota
>    https://developers.google.com/android/drivers
>
> We pushed a reference oreo-mr1-dev branch as well as oreo-mr1-release 
> branch.
>
> We have also pushed the corresponding kernel projects for the following 
> devices:
>
> Tag                | Project      | Branch                                
>  | Device
> android-8.1.0_r0.1 | kernel/msm   | android-msm-angler-3.10-oreo-mr1      
>  | Nexus 6P
> android-8.1.0_r0.2 | kernel/msm   | android-msm-bullhead-3.10-oreo-mr1    
>  | Nexus 5X
> android-8.1.0_r0.3 | kernel/tegra | android-tegra-dragon-3.18-oreo-mr1    
>  | Pixel C
> android-8.1.0_r0.4 | kernel/msm   | android-msm-marlin-3.18-oreo-mr1      
>  | Pixel and Pixel XL
> android-8.1.0_r0.5 | kernel/msm   | android-msm-wahoo-4.4-oreo-mr1        
>  | Pixel 2 and Pixel 2 XL
> android-8.1.0_r0.6 | kernel/msm   | android-easel-intel-linux-4.7-oreo-mr1 
> | Pixel 2 and Pixel 2 XL
>
> We'll also merge Oreo MR1 into AOSP master.  I'll update this post when 
> each of these become available.
>
>

-- 
-- 
You received this message because you are subscribed to the "Android Building" 
mailing list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-building?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"Android Building" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to